在PopOver中的UITableview之间导航

时间:2012-07-16 14:11:35

标签: uitableview uinavigationcontroller uipopovercontroller

我在PopOver中有UITableviewUINavigationController

1)当点击第一个UITableview的其中一个单元格时,如何在弹出窗口中导航到另一个UITableview

2)另外,加载的新UITableview是否有可能比popover中的上一个表更大?也就是说,新的较大的UITableview会相应地调整popover的大小?

1 个答案:

答案 0 :(得分:1)

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