I have a UITableview
where I use viewForHeaderInSection
method to customize the view like a drop down so when I select the particular button on the section header view the cell for row appears like a drop down. I need a way such that when I select the particular section this section should go to the top of the tableview.
Is there a solution to implement this?