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.
私の質問は:iOS 6アプリで標準のトップバー(バッテリー、時間情報付き)を無効にするにはどうすればよいですか?
私はまさにそれを意味します:
?
それがステータスバーです。Status Bar Initially hiddenプロパティ「 。」を設定すると、これを非表示にできます。YESinfo.plistファイルの" "に
Status Bar Initially hidden
YES
このようにコードで非表示にすることもできます
[ UIApplication application setStatusBarHidden:YES withAnimation:UIStatusBarAnimationNone];