开发者

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜