开发者

Uisplitviewcontroller navigation bar

开发者 https://www.devze.com 2023-04-01 04:42 出处:网络
How to hide the navigation Bar in detailView of splitviewcontroller in landscape mode?? In de开发者_如何转开发tail view,i tried like this

How to hide the navigation Bar in detailView of splitviewcontroller in landscape mode??

In de开发者_如何转开发tail view,i tried like this

self.navigationController.navigationBar.hidden=YES;


Adding "self.navigationController.navigationBarHidden=YES" in viewDidAppear worked for me.

0

精彩评论

暂无评论...
验证码 换一张
取 消