Skip to content

Releases: urbn/URBNDataSource

Swift 3 Support

Choose a tag to compare

@ryang1428 ryang1428 released this 27 Oct 14:52
2.0.0

Merge remote-tracking branch 'origin/Swift3-Fixes'

tvOS Support

Choose a tag to compare

@ryang1428 ryang1428 released this 16 Jun 13:41
Merge pull request #30 from urbn/TVOS

TVOS support

Release 1.0

Choose a tag to compare

@jgrandelli jgrandelli released this 17 Apr 14:21

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 autoSizingEnabled to enable datasource of handling all your cell & view sizing needs.
  • Updated handling of fallbackDataSource and flushing of the datasource cache.