Releases: allaboutapps/DataSource
Releases · allaboutapps/DataSource
5.0.4 - Bug fixes
- Fixed an issue regarding section header and footer height
- Fixed automatic nib registration for custom cell identifiers
3.1 - Swift 4 support for DataSource 3.0
- Adds Swift 4 compatibility for version 3
- Please use 5.x for new projects 🚀
5.0.2: Hello, iOS 11
- fixes section header and footer height issues for iOS 11
5.0: Swift 4, Xcode 9
Minor changes for Swift 4, Xcode 9
4.0.1: Fallback
- fallback delegate support for
UIScrollViewDelegate
(thanks @gunterhager)
4.0: Everything is new
This is a complete rewrite:
- No more separation of
DataSource
andTableViewDataSource
, easier to setup - Implements
UITableViewDelegate
as well, providing a type-safe way for all datasource and delegate methods - Support for section headers and footers
- Out-of-the-box diffing and animated insert, delete, move and change operations
- And much more
Unfortunately your old code will not work without a bit of refactoring.
3.0: Better API
- Improved Swift 3 API following the API Design Guidelines
2.0: Swift 3 Compatibility
- Adds Swift 3 compatibility (see version 1.3 for Swift 2.3 support)
1.3: Swift 2.3 Compatibility
- Adds Swift 2.3 compatibility