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 ?
One easy way to do it would be to add your customs section header views as instance variables on your view controller. That way you can easily reference them whenever a change happens.