0

PopOver中有一个UITableview,其中UINavigationController在PopOver中在UITableview之间导航

1)如何点击第一个UITableview的单元格之一,在弹出框内导航到另一个UITableview

2)另外,是否有可能装载的新UITableview的尺寸比弹出窗口中的上一张表更大?也就是说,新的更大UITableview相应地调整了popover的大小?

+0

回答http://stackoverflow.com/questions/5166291/navigation-controller-in-popover – Breakpoint 2012-07-17 07:46:33

回答

1
  1. 使用UINavigationController method pushViewController:animated:
  2. 使用UIPopoverController method setPopoverContentSize:animated:
+0

感谢的。已经找到了答案。 – Breakpoint 2012-11-27 03:49:52