【发布时间】:2011-01-03 02:29:08
【问题描述】:
我希望能够拥有一个 UINavigationBar,其中包含一个左侧 UIBarButtonItem、两个右侧 UIBarButtonItem 和一个标题。
我已经求助于使用 UIToolBar 来模拟这一点,但工具栏看起来与 UINavigationBar 略有不同,而且它也不会倾斜 UIBarButtonSystemItems。
有没有办法用三个 UIBarButtonItem 制作一个 UINavigationBar?
【问题讨论】:
标签: iphone objective-c cocoa-touch uikit