EachNavigationBar icon indicating copy to clipboard operation
EachNavigationBar copied to clipboard

A custom navigation bar for each view controller.

Results 32 EachNavigationBar issues
Sort by recently updated
recently updated
newest added

按照系统计算方式,导航栏+状态栏为 59 + 44 的高度 但是代码中得到的数值为 53.667 + 44 ![WX20240328-下午70021@2x](https://github.com/Pircate/EachNavigationBar/assets/8541399/8980b37e-ffa4-4ba5-b2b5-92e3b36e564e)

我在二级页面设置导航栏自定义视图,代码如下: ` let searchBar = UISearchBar(frame: .init(x: 0, y: 0, width: UIScreen.main.bounds.width - 50, height: 40)) navigation.bar.additionalView = searchBar ` 工程内存暴涨几个G,去掉这两行代码就正常了