Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS - Sticky section headers in grouped UITableView with custom cells

I noticed that when using custom cells in a grouped UITableView, the section headers no longer stay at the top of the view when scrolling down. They just pass out of the view like the rest of the cells. Is there a way to keep the default behavior of the headers while using a custom cell?

like image 964
bsantisi Avatar asked Oct 15 '15 15:10

bsantisi


1 Answers

grouped style never stays at the top, plain does.

like image 141
Jakub Truhlář Avatar answered Sep 22 '22 01:09

Jakub Truhlář