Reputation: 73
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.'
Upvotes: 1
Views: 4253
Reputation: 4372
You should really read the documentation carefully before posting.
"Popover controllers are for use exclusively on iPad devices"
Upvotes: 8