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.
Mail.appなどの特定の場所では、上部のナビゲーションバーは、縦向きモードよりも横向きモードの方が薄くなっています。自分のアプリでこのようなものを取得する方法を知っている人はいますか?
これがデフォルトの動作です。自分のアプリでこれを取得していないと思う理由は何ですか?オーバーライドする必要があります
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
ビューコントローラで、すべての場合にYESを返します。上部のナビゲーションバー(UINavigationControllerを使用していると仮定)は、デフォルトでは縦向きよりも横向きの方が薄くなります。