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.
xcode を 4.5 にアップグレードしましたが、以前のソリューション (xcode 4.3 を使用して既に開発済み) に新しいコントロールを追加するまで、すべて問題ありませんUIView。xib のコントロールの場所が 実行時の場所と異なるUIImageviewことに気付きましたデバイス上の私のアプリUIImageios5
UIView
UIImageview
UIImage
ios5
この問題を解決する方法はありますか?
あなたの質問を正しく理解しているかどうかわかりません。デバイスのステータスバーを非表示にしてみてください。
現在のターゲット設定またはプログラムで実行できます。
[UIApplication sharedApplication] setStatusBarHidden...