namanhams / UITableView-StickyHeader

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Objective-C 100.0%