【问题标题】:Navigate between UITableview within a PopOver在 PopOver 内的 UITableview 之间导航
【发布时间】:2012-07-16 14:11:34
【问题描述】:

我在 PopOver 中有一个 UITableview,还有一个 UINavigationController

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

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

【问题讨论】:

标签: uitableview uinavigationcontroller uipopovercontroller


【解决方案1】:
  1. 使用UINavigationController method pushViewController:animated:
  2. 使用UIPopoverController method setPopoverContentSize:animated:

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-08-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-12-08
    相关资源
    最近更新 更多