【发布时间】:2013-04-30 15:17:13
【问题描述】:
在详细情节提要的 Xcode 中实现,其中 3 个根据 id 与 Tableview 一起发布。 表中的行具有名称和 ID(int 值)
If id= 1 i need load OneViewController
If id= 2 i need load TwoViewController
If id= 3 i need load ThreeViewController
我使用 Storyboard 中的导航控制器
【问题讨论】:
-
很好,但问题出在哪里?
标签: ios xcode uitableview storyboard detailview