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];