Navigation based popover?
I would lik开发者_运维知识库e 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.
@Paul Peelen gave you the answer.
To do it in storyboard simply select your table view then go in
Menu -> Editor -> Embed In -> Navigation Controller
that will do the trick
精彩评论