RSKCollectionViewRetractableFirstItemLayout 2.1.0

RSKCollectionViewRetractableFirstItemLayout 2.1.0

TestsTested
LangLanguage SwiftSwift
License Apache-2.0
ReleasedLast Release Apr 2019
SPMSupports SPM

Maintained by Ruslan Skorb.



  • By
  • Ruslan Skorb

RSKCollectionViewRetractableFirstItemLayout Swift 5.0 Cocoapods Compatible Carthage compatible

Sample

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

Installation

RSKCollectionViewRetractableFirstItemLayout requires iOS 7.0 or later.

iOS 7

  1. Drag the code itself (.swift files) to your project. As sadly, Swift currently does not support compiling Frameworks for iOS 7.
  2. Make sure that the files are added to the Target membership.

Using CocoaPods

  1. Add the pod RSKCollectionViewRetractableFirstItemLayout to your Podfile.

    pod 'RSKCollectionViewRetractableFirstItemLayout'
    
  2. Run pod install from Terminal, then open your app's .xcworkspace file to launch Xcode.

Using Carthage

  1. Add the ruslanskorb/RSKCollectionViewRetractableFirstItemLayout project to your Cartfile.

    github "ruslanskorb/RSKCollectionViewRetractableFirstItemLayout"
    
  2. 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.