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.
iOS7 のステータス バーの動作に一貫性がありません。時々それは次のように表示されます:
ビューが次のように表示される場合があります。
私は最初の写真に表示されている動作です。
このコードをviewdidloadに追加してください
if ([self respondsToSelector:@selector(setEdgesForExtendedLayout:)]) { self.edgesForExtendedLayout = UIRectEdgeNone; }