Releases: giulio92/GLTableCollectionView
Releases · giulio92/GLTableCollectionView
Xcode 10.1 & Swift 4.2 support
Xcode 9.3 support
1.82 Update project files
Fix wrong targetContentOffset issue
- Fixed an issue causing
targetContentOffset(forProposedContentOffset proposedContentOffset: , withScrollingVelocity velocity: )
func
to return aCGPoint
withx
value equal to.greatestFiniteMagnitude
Thanks to @mmdock
View build details and download artifacts on buddybuild:
GLTableCollectionView (iOS, GLTableCollectionView - Debug)
iPhone X + Swift 4.0 support
- Project updated to Xcode 9
- Support for iPhone X
- Support for iOS 11
- Source code updated for Swift 4
Note:
This version will increase GLTableCollectionView deployment target from iOS 8.0 to 9.0
Xcode 8.3 + iOS 10.3 support
Merge pull request #22 from giulio92/develop Xcode 8.3 + 10.3 iOS Simulator support for Travis CI
SwiftLint support + overall project improvements
1.70 Merge branch 'develop' of https://github.com/giulio92/GLTableCollecti…
Fixed "last cell" bug, improved paginated scrolling
- Fix the "last cell" bug while using the paginated scroll mode, the bug caused the first cell opposite to the scrolling direction to snap instead of the last one when the
UICollectionView
.contentSize
was near the end. - Project updated for Xcode 8.3 support
- Few minor spelling fix here and there
Easier UICollectionViewCells heights calculation
1.68 - Increased version number
Xcode 8.2 support + Unit Test improvements
- Project files updated to Xcode 8.2
- Travis CI
.yml
configuration file updated to use Xcode 8.2 + iOS 10.2 simulator (Be sure to check out.yml
configuration file and GitHub issue #7031 for further informations and instructions) - Added new Unit Tests
- Improved Unit Tests console output in case of failure, now they will display the object value when appropriate so debug will be easier
Cocoapods preparation + minor changes
- Core classes moved into an external
Classes
folder for easier Cocoapods support integration and easier GLTableCollectionView drop-in import in other projects - Minor changes
- Unit test improvements