EachNavigationBar
EachNavigationBar copied to clipboard
不能使用edgesForExtendedLayout = UIRectEdge()
不能使用 edgesForExtendedLayout = UIRectEdge()
,否则系统自带的navBar会显示在顶部,出现两个navBar
nav.setNavigationBarHidden(true, animated: false)
修改无效,UINavigationController.viewWillLayoutSubviews
方法内已固定