bsantisi
bsantisi

Reputation: 175

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?

Upvotes: 7

Views: 2580

Answers (1)

Jakub Truhlář
Jakub Truhlář

Reputation: 20710

grouped style never stays at the top, plain does.

Upvotes: 7

Related Questions