EFNavigationBar
EFNavigationBar copied to clipboard
An ordinary custom navigation bar.
### Issue Description 常用属性名称冲突 导致项目报错 #### Description 依赖EFFoundation 常用属性名称冲突 导致项目报错 比如 width height 不方便现有项目引入 #### Reproduce 建议EF 自有扩展 以 Rx 和 Kingfiser 一样的 base 方式实现 for example: view.ef.width view.ef.height
### Check List Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked. - [ ] I have read the [README.md](https://github.com/EFPrefix/EFNavigationBar/blob/master/README.md), but...
 老哥, 这种写死的状态栏高度的方式已经不可取了, iOS14之后好像iPhone x、iPhone11、iPhone 11pro、iPhone12 pro等状态栏的高度已经是47 48等值了
我采用新版的pod EFNavigationBar.defaultNavBarTitleColor = .white EFNavigationBar.defaultNavBarBackgroundColor = .red 但是这两句代码不能起全局的效果
```swift class func currentViewController() -> UIViewController { if let rootVC = UIApplication.shared.delegate?.window??.rootViewController { return self.currentViewController(from: rootVC) } else { return UIViewController() } } ``` 在控制台打印了下结果如下 ``` if let rootVC =...
目前自定义导航左右Button图标与文字颜色不一致。
### Check List Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked. - [x] I have read the [README.md](https://github.com/EFPrefix/EFNavigationBar/blob/master/README.md), but there...