The ZKCollectionViewFreezeLayout 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 = 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 = false- iOS 8.0+
- Xcode 10.2
- Swift 5
ZKCollectionViewFreezeLayout is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "ZKCollectionViewFreezeLayout"Rafael Zhou
- Email me: [email protected]
- Contact me on Facebook: wumingapie
- Contact me on WeChat&QQ: 358545592
ZKCollectionViewFreezeLayout is available under the MIT license. See the LICENSE file for more info.
