ZKCollectionViewFreezeLayout
Description
The ZKCollectionViewFreezeLayout extends UICollectionViewLayout.
Support both Horizontal and Vertical scroll direct.
Can set freeze coloums numbers and rows numbers.
Example
To run the example project, clone the repo, and run pod install from the Example directory first.
The example codes looks like.
let layout = ZKCollectionViewFreezeLayout()
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 = falseRequirements
- iOS 8.0+
- Xcode 10.2
- Swift 5
Installation
ZKCollectionViewFreezeLayout is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "ZKCollectionViewFreezeLayout"Author
Rafael Zhou
- Email me: [email protected]
- Follow me on Twitter: @wumingapie
- Contact me on Facebook: wumingapie
- Contact me on LinkedIn: Rafael
License
ZKCollectionViewFreezeLayout is available under the MIT license. See the LICENSE file for more info.
