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.
私はすでに xib を使用して ios 6 用のアプリを作成しています。すべてのビューは、xib と完全に同じように表示されます。しかし、IOS 7 では、ステータス バーが原因で、ビューが上に移動し、下に空白スペースができます。
この問題を解決するにはどうすればよいですか?
カスタムがある場合は、のプロパティを次のようにUINavigationController設定してみてください。translucentnavigationBarNO
UINavigationController
translucent
navigationBar
NO
navigationBar.translucent = NO;
これは私のために働いた