Hi, Now I am trying to create a Pop-OverView using an Xcode storyboard. First i
rootViewController, UIViewController, and UITableViewController
I want the UIView to act like a page flip, and the UITableView display popOver in the navigation control.
For UITableView, I want to do Pop-Over in the NavigationBar controller. The problem is that when I touch the Navigation element to show the UITableViewController, it displays correctly, but when I try to close the Pop-Over View, it will not close. And then the navigation element does not work. It shows multiple instances of popOverView when I touch it several times.
That doesn't seem to make sense to me. Can someone help me or tell me where to find documentation / tutorials on this?
UPDATE:
For UIPopOverController, it seems to work fine, but it still listens to me when I touch the navigation item several times. It will show several instances of PopOver. How can I handle it, so it will only display one instance?
source share