I'm working at a project in iOS. In my table view I have a list of questions and answers. When the user clicks on the first question, the answer for that question should be displayed, and if I click on +
symbol the answer should be shown, and if I click on -
symbol it should be hidden.
Asked
Active
Viewed 69 times
1

Alexey Gorozhanov
- 706
- 10
- 20

Sudheer Babu T
- 29
- 4
-
2Please show us the code that is giving you trouble, and we'll be glad to point out the areas that may be giving you trouble. – tjd Apr 10 '15 at 13:35
-
Have you already looked here: http://stackoverflow.com/questions/15442697/how-to-create-an-accordion-with-uitableview-under-a-uitableview – Glorfindel Apr 10 '15 at 14:08