Categories: Xcode

iPhone と iPad で処理を分ける

[code:cpp]
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) {
// iPad の処理
}
else {
// iPad 以外の処理
}
[/code]

ただし、”UI_USER_INTERFACE_IDIOM()” は、iOS 3.2 以降でのみ使用可能。

Share

Recent Posts

移転を計画中?

新たにドメインを取得し、サイト…

4年 ago

iPhone から Android へ乗り換えた

長く使ってきた iPhone …

6年 ago

Chrome の拡張機能がウェブサイトからインストールを中止

ブラウザのアドオン、拡張機能と…

6年 ago

iOS 12 と macOS 10.14 Mojave 対応機種

iOS 12 と macOS …

6年 ago