0

Just wonder anyone has idea how to create a view controller class doing splitscreen, like UISplitViewController, but can use in IPhone/IPod Touch?

Thanks

PengOne
  • 48,188
  • 17
  • 130
  • 149
interman
  • 141
  • 1
  • 2
  • 9

1 Answers1

0

From the UISplitViewController Documentation:

Split view controllers are for use exclusively on iPad devices. Attempting to create one on other devices results in an exception.

PengOne
  • 48,188
  • 17
  • 130
  • 149
  • I know, joust wonder any developer has custom view controller doing similar job as UISplitViewController but work in IPhone/IPod – interman Jun 23 '11 at 04:11
  • @interman: You may want to check out [this post](http://stackoverflow.com/questions/4260762/coding-custom-splitviewcontroller-when-should-i-call-viewwillappear-viewdidapp) for ideas. – PengOne Jun 23 '11 at 05:16