alekseyn / EasyTableView

Horizontal and vertical scrolling table views for iOS
BSD 3-Clause "New" or "Revised" License
584 stars 157 forks source link

Added Headers and Footers and Dynamic height cells #13

Closed BrandonCopley closed 12 years ago

BrandonCopley commented 12 years ago

I tried not to break too much, but I love the EasyTableView class for making dynamic TableViews - see Comic Turtle for a good app that utlizes this.

BrandonCopley commented 12 years ago

Also - You'll notice I left a number of methods intact where we just talk "indexes" I think it is key to deprecate those methods and use indexPath's instead.