Rightpoint / RZCellSizeManager

Dynamic size computation and caching for cells.
MIT License
242 stars 32 forks source link

Support for IOS 6 #4

Closed jvieten closed 10 years ago

jvieten commented 10 years ago

Is it possible to change pod spec to s.platform = :ios, '6.0 ?

NinoScript commented 10 years ago

I just tested it on iOS 6.1, there seems to be no problem, it may be a little bit slower due to the fact that there is no estimated tableView:estimatedHeightForRowAtIndexPath: before iOS 7, but it's still perfectly usable it seems.

Please try my fork with: pod 'RZCellSizeManager', :git => 'http://github.com/NinoScript/RZCellSizeManager'

If we find no bugs in iOS 6, then I'll make a pull request.

ndonald2 commented 10 years ago

No support for iOS 6 is planned. Please use your own fork if you require iOS 6 support.