Skip to content

Releases: giulio92/GLTableCollectionView

Xcode 10.1 & Swift 4.2 support

20 Dec 20:16
a01d989
Compare
Choose a tag to compare
Merge pull request #35 from giulio92/feature/xcode-10

Xcode 10 & Swift 4.2 support

Xcode 9.3 support

28 May 09:37
Compare
Choose a tag to compare
1.82

Update project files

Fix wrong targetContentOffset issue

02 Nov 10:21
Compare
Choose a tag to compare
  • Fixed an issue causing targetContentOffset(forProposedContentOffset proposedContentOffset: , withScrollingVelocity velocity: ) func to return a CGPoint with x 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

29 Sep 13:01
Compare
Choose a tag to compare
  • 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

10 May 07:31
Compare
Choose a tag to compare
Merge pull request #22 from giulio92/develop

Xcode 8.3 + 10.3 iOS Simulator support for Travis CI

SwiftLint support + overall project improvements

24 Apr 18:45
Compare
Choose a tag to compare
Merge branch 'develop' of https://github.com/giulio92/GLTableCollecti…

…onView

# Conflicts:
#	GLTableCollectionViewTests/GLTableCollectionViewTests.swift

Fixed "last cell" bug, improved paginated scrolling

30 Mar 06:29
Compare
Choose a tag to compare
  • 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

17 Feb 15:27
Compare
Choose a tag to compare
1.68

- Increased version number

Xcode 8.2 support + Unit Test improvements

22 Dec 10:16
Compare
Choose a tag to compare
  • 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

21 Dec 09:22
Compare
Choose a tag to compare
  • 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