Releases: urbn/URBNDataSource
Releases · urbn/URBNDataSource
Swift 3 Support
tvOS Support
Merge pull request #30 from urbn/TVOS TVOS support
Release 1.0
Warning: This is a breaking release
Updates include:
- No longer automagically calculating estimated header & footer heights for you. (breaking change)
- New methods for cell and supplementary view sizes.
sizeForRowAtIndexPath&sizeForSupplementaryViewOfType:atIndexPath - New property
autoSizingEnabledto enable datasource of handling all your cell & view sizing needs. - Updated handling of
fallbackDataSourceand flushing of the datasource cache.