/UITableView-StickyHeader

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

Primary LanguageObjective-CMIT LicenseMIT

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