我在PopOver中有UITableview
,UINavigationController
。
1)当点击第一个UITableview
的其中一个单元格时,如何在弹出窗口中导航到另一个UITableview
?
2)另外,加载的新UITableview
是否有可能比popover中的上一个表更大?也就是说,新的较大的UITableview
会相应地调整popover的大小?
答案 0 :(得分:1)
UINavigationController method pushViewController:animated:
UIPopoverController method setPopoverContentSize:animated: