【发布时间】:2011-07-25 02:52:57
【问题描述】:
如何通过多个详细视图控制器保留 RootViewController 中的 indexPath 值?
我有一个拆分视图控制器和多个带有工具栏的详细视图。
我希望能够在调用检索 indexPath.row 值并使用 indexPath.row+1 的方法时更改详细视图。
所以基本上,我希望每个视图控制器都有一个 selectedRow = indexPath 分配。目前我收到一个 indexPath not declared for use 错误。
【问题讨论】:
标签: objective-c ios uitableview uisplitviewcontroller