Search code examples
iosiphoneuitableviewinterface-builderpopover

iOS 7 Pop-Overs For iPhone


I'm trying to implement a popover in the app I'm working on for the iPhone. The popover will display a UITableView. What is the simplest way to create a popover for the iPhone? One that Apple won't reject from the App store?


Solution

  • UIPopoverController class cannot run on iPhone. I suggest to use third party frameworks such as:

    WYPopoverController

    WEPopover

    PopoverView

    Hope this helps.