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.
ユニバーサルアプリを作りたいです。
ユニバーサルアプリで動作するiPad用の分割ビューベースのアプリケーションを使用できますか?
UISplitViewControllerはiPadでのみ使用できるため、iPhoneでは使用できません。ただし、ユニバーサルアプリには、デバイスのカテゴリごとに個別のXIBがあり、必要に応じて完全に無関係なインターフェイスを提供できるようにするという明確な意図があります。したがって、ユニバーサルアプリでUISplitViewControllerを使用できますが、iPad部分にのみ使用できます。iPhoneで直接使用される2つのコントローラーを追加することをお勧めします。