2

Can any one give me some advice or point me to any samples for how to achieve a collapsible UITableview sections effect in UITableView like accordian panel in web application?

Thanks

James Bedford
  • 28,702
  • 8
  • 57
  • 64
siva
  • 1,402
  • 2
  • 14
  • 28
  • Try this [post](http://stackoverflow.com/questions/1938921/expand-collapse-section-in-uitableview) to get started. – petert Mar 17 '11 at 09:08
  • 1
    I have provided an answer for similar one in http://stackoverflow.com/questions/5190527/expand-collapse-uitableviewcell/5232091#5232091 – Nithin Mar 17 '11 at 09:07

1 Answers1

2

Apple provides some sample code in his documentation for making a section collapse:

Table View Animations and Gestures

konturgestaltung
  • 467
  • 6
  • 19