1

List item inside a item in split view in ipad I am making an ipad app i want that if i have a three items in table view A B C and inside A i have abc like this so how may i do this and how may go to detail page after doing this thanks in ipad app

user1263350
  • 83
  • 2
  • 8

2 Answers2

1

See this Answer.

Tutorial 1: Expanding/Collapsing TableView Sections
Example 1: UIExpandableTableView for iOS
Exapmle 2: Accordion for iOS
Example 3: VPPDropDown for iOS

Community
  • 1
  • 1
Krrish
  • 2,256
  • 18
  • 21
  • I have seen this first and also i am getting little bit of first only i just want that i have three header fruits veg drinks and inside them can u hep me out – user1263350 Mar 12 '12 at 08:19
  • The example mentioned above provides a list of say N-items and when you click on one of the items, it expands and show the N-subCatagoryItems. I believe your requirement is also something similar . please try downloading the examples i mentioned above. – Krrish Mar 12 '12 at 08:24
  • i have downloaded but not getting same i dont want accessory extra i only want collapse only – user1263350 Mar 12 '12 at 08:29
  • can you paste simple code for just two items heades and inside them one one item plz if you can – user1263350 Mar 12 '12 at 08:37
  • Nobody will provide you the exact thing you want, In the above examples you will find the code to implement your requirement.There is no substitute for hard work. – Krrish Mar 12 '12 at 08:39
  • Mark my answer as correct if it was helpful for you in some way – Krrish Mar 12 '12 at 08:47
0

Use below link..

http://redartisan.com/2010/6/14/uisplitviewcontroller-views

http://redartisan.com/2010/6/14/uisplitviewcontroller-views

thanks

Suresh Jagnani
  • 330
  • 2
  • 13