WRNavigationBar icon indicating copy to clipboard operation
WRNavigationBar copied to clipboard

超简单!!! 一行代码设置状态栏、导航栏按钮、标题、颜色、透明度,移动等 WRNavigationBar which allows you to change NavigationBar's appearance dynamically

Results 7 WRNavigationBar issues
Sort by recently updated
recently updated
newest added

问题:透明度为1页面pop到透明度为0页面时,转场动画未按照设置执行0.12s而是0.5s,且wrPopProgress计算有问题,导致0.12s到0.5s转场动画结束前,导航栏背景色并未完全变为预期的效果 ![截屏2021-12-31 下午4 08 57](https://user-images.githubusercontent.com/20292611/147811426-6777ae4a-8e41-4060-a75a-0866cc825cc6.png) ![截屏2021-12-31 下午4 12 32](https://user-images.githubusercontent.com/20292611/147811620-1acc1e57-514d-42a7-8ac7-6f4590bddc17.png)

## When my screen is switched from landscape to portrait, the ToolBar position is out of order. Has anyone encountered the same problem? ![IMG_D64993E0B729-1](https://user-images.githubusercontent.com/19427460/137056801-8c5f7a8d-4b11-40b0-87c1-69fe27be3bba.jpeg)

这句代码没有生效: // 统一设置状态栏样式 [WRNavigationBar wr_setDefaultStatusBarStyle:UIStatusBarStyleLightContent];

目前 **WRCustomNavigationBar** 只支持左右两边各一个按钮,能否像**UINavigationBar**一样支持添加多个 **item**。

version:1.4.0 复现路径: 1、tabbar 包裹 若干个导航控制器,初始化时隐藏其中一个导航的导航栏。 2、待页面出现后显示导航栏。 3、这时导航栏backgroundView显示异常。 可能原因:导航栏隐藏时获取到的frame([self backgroundViewFrame])存在问题。 导致导航栏显示时有问题。

Xcode Version:14.0 (14A309) iOS Version:16.0 模拟器:iPhone 14 Pro、iPhone 14 Pro Max WRNavigationBar Version:1.4.0(16 Jul 2021) iPhone竖屏状态下,“灵动岛”状态栏高度:54pt 目前带“灵动岛”的机型,状态栏+导航栏的高度有异常 带“灵动岛”的机型,状态栏+导航栏的高度理论值为54pt+44pt=98pt 该库展示的状态栏+导航栏的高度小于98pt 还请大佬有时间适配一下