SkillAgentSearch skills...

RSKCollectionViewRetractableFirstItemLayout

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

Install / Use

/learn @ruslanskorb/RSKCollectionViewRetractableFirstItemLayout
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

RSKCollectionViewRetractableFirstItemLayout Swift 5.0 Cocoapods Compatible Carthage compatible

<p align="center"> <img src="RSKCollectionViewRetractableFirstItemLayoutExample/RSKCollectionViewRetractableFirstItemLayoutExample.gif" alt="Sample"> </p>

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

  • http://github.com/ruslanskorb
  • http://twitter.com/ruslanskorb
  • ruslan.skorb@gmail.com

License

This project is available under the Apache License, version 2.0. See the LICENSE file for more info.

View on GitHub
GitHub Stars284
CategoryDevelopment
Updated17d ago
Forks23

Languages

Swift

Security Score

100/100

Audited on Mar 14, 2026

No findings