Reputation: 93
Is there a natural way to add a header for a grouped table view section that scrolls along with the user? The same as the way section headers can scroll in a normal table view?
Upvotes: 1
Views: 1443
Reputation: 2194
You may want to take a look at this post: Cannot freeze the table header while scrolling the rows?
Personally, I think the best way to handle this would be to go with normal table view and customize the UITableViewCells
and headers to be exactly what you want.
Upvotes: 1