Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 287 Bytes

File metadata and controls

6 lines (4 loc) · 287 Bytes

UITableView-StickyHeader

UITableView category that allows the table header to always stick to the top

Since this is a category, your code doesn't need to change. Just include UITableView+StickyHeader.h/m to your project.

To enable the sticky header: myTableView.stickyHeader = true