in the plainsytle table view, we set headerViews for each section using the delegation method
-(UIView*)tableView:(UITableView*)tableView viewForHeaderInSection:(NSInteger)section
so when I scroll through the table view, the first heading of the heading is always displayed at the top of the table, before the section disappears completely in the table view, then the second heading of the heading will be displayed at the top of the table. so my question is, how can I do a headerView scroll accompanying a uitableViewCell, just like a table style in a group style?
ios uitableview
user3113382
source share