UICollectionViewFreezeLayout 0.1.5

UICollectionViewFreezeLayout 0.1.5

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Feb 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Refael Zhou.



UICollectionViewFreezeLayout

Description

The UICollectionViewFreezeLayout 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 = 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

Simple image

Requirements

  • iOS 8.0+
  • Xcode 7.1+
  • Swift 3.0+

Installation

UICollectionViewFreezeLayout is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "UICollectionViewFreezeLayout"

Author

rafael zhou, [email protected]

License

UICollectionViewFreezeLayout is available under the MIT license. See the LICENSE file for more info.