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.
我无法找到隐藏工具栏上设置的 UIbarButtonItem 的方法。该按钮已在 IB 上正确声明和链接。但是以下行什么都不做,
self.botoVolver = nil;
只需重置工具栏上的按钮,试试这个:
[self.toolbar setItems:nil];