Skip to content

Releases: giulio92/GLTableCollectionView

Xcode 10.1 & Swift 4.2 support

Choose a tag to compare

@giulio92 giulio92 released this 20 Dec 20:16
a01d989
Merge pull request #35 from giulio92/feature/xcode-10

Xcode 10 & Swift 4.2 support

Xcode 9.3 support

Choose a tag to compare

@giulio92 giulio92 released this 28 May 09:37
1.82

Update project files

Fix wrong targetContentOffset issue

Choose a tag to compare

@giulio92 giulio92 released this 02 Nov 10:21
  • 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

Choose a tag to compare

@giulio92 giulio92 released this 29 Sep 13:01
  • 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

Choose a tag to compare

@giulio92 giulio92 released this 10 May 07:31
Merge pull request #22 from giulio92/develop

Xcode 8.3 + 10.3 iOS Simulator support for Travis CI

SwiftLint support + overall project improvements

Choose a tag to compare

@giulio92 giulio92 released this 24 Apr 18:45
1.70

Merge branch 'develop' of https://github.com/giulio92/GLTableCollecti…

Fixed "last cell" bug, improved paginated scrolling

Choose a tag to compare

@giulio92 giulio92 released this 30 Mar 06:29
  • 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

Choose a tag to compare

@giulio92 giulio92 released this 17 Feb 15:27
1.68

- Increased version number

Xcode 8.2 support + Unit Test improvements

Choose a tag to compare

@giulio92 giulio92 released this 22 Dec 10:16
  • 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

Choose a tag to compare

@giulio92 giulio92 released this 21 Dec 09:22
  • 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