【发布时间】:2012-03-15 20:07:43
【问题描述】:
您好一直在关注本教程http://codingandcoffee.wordpress.com/2011/10/12/iphone-tutorial-two-combining-uitabbarcontrollers-uitableviews-and-uinavigationcontrollers/ 并成功完成它但是有人能够帮助我在详细视图之前添加另一个表视图,因此可以向下钻取例如对象 1 ---> 对象 1a ---> 详细视图。
谢谢
编辑 好的,我正在查看的数据结构是这样的:
object1 --> object 1a--> detail 1a (all the detail view will just contain an image)
--> object 1b--> detail 1b
--> object 1c--> detail 1c
--> object 1d--> detail 1d
--> object 1e--> detail 1e
object2 --> object 2a--> detail 2a
--> object 2b--> detail 2b
--> object 2c--> detail 2c
--> object 2d--> detail 2d
--> object 2e--> detail 2e
等等.. 所以我可以使用本教程将对象 1 实现为细节 1a,但是我需要在中间实现 tableview。 我希望这已经更清楚了。
【问题讨论】:
-
尝试重新表述您的问题,因为它非常笼统。也许你可以解释一下你有什么结构以及你想要什么。
-
希望我已经说得更清楚了!
标签: ios uitableview ios5 storyboard drilldown