I have a UITableView with two sections in it. I have used custom views for the section headers and also added UITapGestureRecognisers on both of them.
I want to change the data on a section header when I tap on the other section header. How can I implement this ?