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.
CocoaPods
Using-
Add the pod
RSKCollectionViewRetractableFirstItemLayout
to your Podfile.pod 'RSKCollectionViewRetractableFirstItemLayout'
-
Run
pod install
from Terminal, then open your app's.xcworkspace
file to launch Xcode.
Carthage
Using-
Add the
ruslanskorb/RSKCollectionViewRetractableFirstItemLayout
project 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
License
This project is available under the Apache License, version 2.0. See the LICENSE file for more info.