I have a Custom Section Header in UITableView, on that section header there placed UIButton on its very right.What i want is, if i click on UIButton, that particular Section Header should scrolls to Top. That’s it
Any suggestion, piece of code will be admired.
Step 1: set the size of Section header. Example as follows.
Step 2: create & return the customized section header.
Step 3: return number of sections. ( for example 10 here )
Step 4 : number of rows per section. ( for example, 4 rows for each section )
Step 5 : create & return cell (UITableViewCell for each Row)
Step 6: add the event to handle the TouchDown on section header.