Releases: giulio92/GLTableCollectionView
Releases · giulio92/GLTableCollectionView
Crash fix
Cosmetic changes (MIT)
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
- Updated comments
- Readme.md updated
- Updated diagram
UICollectionView paginated scroll
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 GLIndexedCollectionViewFlowLayoutUICollectionViewFlowLayout
subclass - Code changes for the new scrolling mode
- Updated Readme.md
Unit tests + code documentation
- GLTableCollectionView now supports all the
UIInterfaceOrientations
- Added a few unit tests
- Configured Travis CI
- Updated project settings
- Dropped
xctool
in favor ofxcodebuild
for Xcode 8 support - Added Xcode-compatible code documentation
Performance improvements
1.3 - Performance increase in situations where we could have a lot of GLC…
Icons!
Colors!
First release
Initial release