I would like to make a navigation based popover master pane kinda like the one in ipad mail app.I already have the data in a uitable view in the popover, how would i put each of them nd their own category in a navigation based popover.
Thanks,
Elvin
I would like to make a navigation based popover master pane kinda like the one in ipad mail app.I already have the data in a uitable view in the popover, how would i put each of them nd their own category in a navigation based popover.
Thanks,
Elvin
My guess would be to create a UINavigation controller, which loads your table as the content of the navigation controller. The popovercontroller will load you UINavigation controller.
If you create a split view-based you can see how its implemented there.
Br,
Paul Peelen