TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Feb 2017 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✗ |
Maintained by Refael Zhou.
The UICollectionViewFreezeLayout extends UICollectionViewLayout.
Support both Horizontal
and Vertical
scroll direct.
Can set freeze
coloums numbers and rows numbers.
To run the example project, clone the repo, and run pod install
from the Example directory first.
The example codes looks like.
let layout = UICollectionViewFreezeLayout()
layout.delegate = self
layout.freezeColum = 3
layout.freezeRow = 2
layout.itemSize = CGSize(width: 70, height: 70)
collectionView.setCollectionViewLayout(layout, animated: false)
collectionView.backgroundColor = UIColor.whiteColor()
collectionView.bounces = false
UICollectionViewFreezeLayout is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "UICollectionViewFreezeLayout"
rafael zhou, [email protected]
UICollectionViewFreezeLayout is available under the MIT license. See the LICENSE file for more info.