标签: ios objective-c uinavigationbar
在iOS 8之前,我只需将UIBarButtonItem从对象库拖到导航栏即可。但是,如果它不是导航堆栈上的第一个视图控制器,我现在就无法做到。
我知道我可以在代码中完成它,但是有什么方法可以在Storyboard中实现它吗?
答案 0 :(得分:0)
是的,你可以。首先将UINavigationItem拖放到ViewController。这将添加标题栏。然后拖动UIBarButtonItem并放入导航栏。这很有效。
UINavigationItem
UIBarButtonItem