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?
UIPopoverController class cannot run on iPhone. I suggest to use third party frameworks such as:
Hope this helps.