如何以编程方式设置导航栏的位置? Autolay已被关闭,因为它导致其他IOS问题。干杯。
[我的布局]
View Controller
View
Toolbar
WebView
Navigation Bar
Nav Item
First Responder
Exit
导航栏目前显示在屏幕底部而不是我想要的顶部。
答案 0 :(得分:3)
试试这个
[self.navigationController.navigationBar setFrame:CGRectMake(x,y,width,height)];
答案 1 :(得分:0)
如果您使用的是Interface Builder,只需将导航栏拖动到您想要的位置即可