RSKCollectionViewRetractableFirstItemLayout
RSKCollectionViewRetractableFirstItemLayout copied to clipboard
A light-weight UICollectionViewFlowLayout subclass that allows the first item to be retractable.
RSKCollectionViewRetractableFirstItemLayout

A light-weight UICollectionViewFlowLayout subclass that allows the first item to be retractable.
Installation
RSKCollectionViewRetractableFirstItemLayout requires iOS 7.0 or later.
iOS 7
- Drag the code itself (.swift files) to your project. As sadly, Swift currently does not support compiling Frameworks for iOS 7.
- Make sure that the files are added to the Target membership.
Using CocoaPods
-
Add the pod
RSKCollectionViewRetractableFirstItemLayoutto your Podfile.pod 'RSKCollectionViewRetractableFirstItemLayout' -
Run
pod installfrom Terminal, then open your app's.xcworkspacefile to launch Xcode.
Using Carthage
-
Add the
ruslanskorb/RSKCollectionViewRetractableFirstItemLayoutproject to your Cartfile.github "ruslanskorb/RSKCollectionViewRetractableFirstItemLayout" -
Run
carthage update, then follow the additional steps required to add the iOS and/or Mac frameworks into your project.
Demo
Build and run the RSKCollectionViewRetractableFirstItemLayoutExample project in Xcode to see RSKCollectionViewRetractableFirstItemLayout in action.
Have fun. Figure out hooks for customization.
Contact
Ruslan Skorb
- http://github.com/ruslanskorb
- http://twitter.com/ruslanskorb
- [email protected]
License
This project is available under the Apache License, version 2.0. See the LICENSE file for more info.