EachNavigationBar icon indicating copy to clipboard operation
EachNavigationBar copied to clipboard

不能使用edgesForExtendedLayout = UIRectEdge()

Open LineShine opened this issue 4 years ago • 0 comments

不能使用 edgesForExtendedLayout = UIRectEdge(),否则系统自带的navBar会显示在顶部,出现两个navBar

nav.setNavigationBarHidden(true, animated: false) 修改无效,UINavigationController.viewWillLayoutSubviews方法内已固定

LineShine avatar Feb 03 '21 10:02 LineShine