Skip to content

Releases: giulio92/GLTableCollectionView

Crash fix

20 Dec 11:42
Compare
Choose a tag to compare
  • Fixed a crash occurring when a GLIndexedCollectionView was released to early due to the weak ARC reference

Cosmetic changes (MIT)

20 Dec 09:18
Compare
Choose a tag to compare

This is a re-release of version 1.6, named "Cosmetic changes". No new additions were made other than switching license from GNU General Public License version 3.0 to MIT License.
Features and code remains the same.

Cosmetic changes

19 Dec 16:35
Compare
Choose a tag to compare
  • Updated comments
  • Readme.md updated
  • Updated diagram

UICollectionView paginated scroll

16 Dec 17:52
Compare
Choose a tag to compare

GLTableCollectionView now supports UICollectionViewCell size-based scroll pagination. This feature can be set using the paginationEnabled var in the GLTableCollectionViewController class

  • Added targetContentOffset func in the GLIndexedCollectionViewFlowLayout UICollectionViewFlowLayout subclass
  • Code changes for the new scrolling mode
  • Updated Readme.md

Unit tests + code documentation

13 Dec 11:40
Compare
Choose a tag to compare
  • GLTableCollectionView now supports all the UIInterfaceOrientations
  • Added a few unit tests
  • Configured Travis CI
  • Updated project settings
  • Dropped xctool in favor of xcodebuild for Xcode 8 support
  • Added Xcode-compatible code documentation

Performance improvements

06 Dec 15:20
Compare
Choose a tag to compare
1.3

- Performance increase in situations where we could have a lot of GLC…

Icons!

06 Dec 10:28
Compare
Choose a tag to compare
1.2

- Added an image for the application icon plus its Pixelmator source …

Colors!

05 Dec 17:53
Compare
Choose a tag to compare
1.1

Update README.md

First release

28 Nov 08:53
Compare
Choose a tag to compare

Initial release