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.
iPhone用に書いている簡単なテストアプリで奇妙な問題が発生しています。裏側のビューがあります。突然、このビューのタイトルは2倍になりました。IB(私はxcode 4を使用しています)では、これがどのように見えるかです
IBの写真
最終的に、2倍高いタイトルバーが表示されます。誰かアイデア?
よろしくお願いします、ウンベルト
ナビゲーション項目がprompt設定されているようです。に設定する必要がありnilます。
prompt
nil
self.navigationItem.prompt = nil;
ナビゲーションバーにアクセスできる場合は
navigationBar.navigationItem.prompt = nil;