Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 iOS 5 增加了设置多个左右按钮的功能,但是这可以通过 Interface Builder 来完成吗?每当我尝试将一个条形按钮项拖动到导航栏时,它只允许一个在右侧,一个在左侧。
更新:Xcode 7 添加多按钮支持。
只需将栏按钮项拖到导航栏,如果视图控制器没有导航项,您可能需要先添加一个导航项。
您可以将 UIView 拖到导航栏,然后将两个 UIButton 添加到该视图。
无法通过界面生成器直接添加两个 UIBarButtonItem。但是你可以通过代码来实现。喜欢[UINavigationItem setRightBarButtonItems:animated:]。
[UINavigationItem setRightBarButtonItems:animated:]