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.
重複の可能性: iPhone 5 の画面サイズの扱い方
iphone 5 は画面サイズが異なり、その他は画面サイズが異なります。アプリを両方の用途で信頼できるようにプログラムするにはどうすればよいですか?
IB を使用している場合は、すべてが自動的に行われます。
ただし、カスタム オブジェクトを画面に配置する場合は、それらを配置するデバイスを知る必要があります。私がやった方法はとても使用です:
[[UIScreen mainScreen] 境界];
そして、高さが1136ならiPhone 5です。