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.
我想UIBarButtonItems 使用 XIB添加两个以上。我知道如何以编程方式做到这一点。但是不应该也可以通过XIB吗?不用担心应用程序的苦行。只是想知道它是否可行。
UIBarButtonItems
您必须在其中添加UIBarButtons并XIB像这样显示它们。
UIBarButtons
XIB
是的,你可以,在尝试之后......
编辑: 请参阅以下方法,
在一个UINavigation对象中,您只能通过以下方式添加两个栏按钮nib: 左栏按钮和 右栏按钮。
UINavigation
nib
您不能添加任何灵活的空格键按钮项。
只需在它们之间添加具有灵活空间的按钮,超过 4 个确实看起来很糟糕,但您可以尝试一下。