I have a sectioned table view in my application, but I want to collapse / expand rows in section, when this section is tapped.
I want to know the steps how to implement.
The data is imported from JSON file as a dictinary, and I have storyboard interface builder.
I want to show/hide rows of a specific section, when this section is tapped.
I am waiting for your answer.