Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileZXLee committed Jun 15, 2020
2 parents 4c467d5 + cd85220 commit a6c44a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,14 @@ self.zx_handleCustomPopGesture = ^(CGFloat popOffsetProgress) {
NSLog(@"popOffsetProgress--%lf",popOffsetProgress);
};
```
#### push自动隐藏tabbar
将您的导航控制器继承于`ZXNavigationBarNavigationController`或使用`ZXNavigationBarNavigationController`作为您的导航控制器即可
若您要禁用这一功能
```objective-c
//在控制器中:
self.navigationController.zx_disableAutoHidesBottomBarWhenPushed = YES;
};
```
***

## 版本记录,请查阅[Release](https://github.com/SmileZXLee/ZXNavigationBar/releases)
Expand Down

0 comments on commit a6c44a3

Please # to comment.