3

when I click on the tableView it displays something like this to show details

How can I do this?:

enter image description here

enter image description here

YasBES
  • 2,365
  • 3
  • 21
  • 33

1 Answers1

1

I think what you need is an implementation similar to accordion. Here are some sample reference from where you can start

How to implement an accordion view for an iPhone SDK app?

Accordion table cell - How to dynamically expand/contract uitableviewcell?

Accordion sample tutorial

Accordion sample tutorial 2

Community
  • 1
  • 1
visakh7
  • 26,380
  • 8
  • 55
  • 69