• Stars
    star
    282
  • Rank 141,694 (Top 3 %)
  • Language
    Swift
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.