1

i would like to know whether iphone 4.0 supports UIPopover?I have tried using but i got this msg in console:

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIPopoverController initWithContentViewController:] called when not running under UIUserInterfaceIdiomPad.'
tc.
  • 33,468
  • 5
  • 78
  • 96
1988
  • 73
  • 2
  • 6

2 Answers2

8


You should really read the documentation carefully before posting.

http://developer.apple.com/library/ios/#documentation/uikit/reference/UIPopoverController_class/Reference/Reference.html

"Popover controllers are for use exclusively on iPad devices"

imnk
  • 4,342
  • 3
  • 29
  • 31
2

For now, UIPopover is for iPads only.

Smorpheus
  • 572
  • 1
  • 4
  • 12