Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruslanskorb/rskcollectionviewretractablefirstitemlayout
A light-weight UICollectionViewFlowLayout subclass that allows the first item to be retractable.
https://github.com/ruslanskorb/rskcollectionviewretractablefirstitemlayout
collection collectionview search searchbar swift view
Last synced: 8 days ago
JSON representation
A light-weight UICollectionViewFlowLayout subclass that allows the first item to be retractable.
- Host: GitHub
- URL: https://github.com/ruslanskorb/rskcollectionviewretractablefirstitemlayout
- Owner: ruslanskorb
- License: apache-2.0
- Created: 2016-09-15T11:25:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T08:13:12.000Z (over 5 years ago)
- Last Synced: 2024-10-12T00:34:25.477Z (about 1 month ago)
- Topics: collection, collectionview, search, searchbar, swift, view
- Language: Swift
- Size: 1.06 MB
- Stars: 283
- Watchers: 9
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## RSKCollectionViewRetractableFirstItemLayout [![Swift 5.0](https://img.shields.io/badge/Swift-5.0-orange.svg?style=flat)](https://developer.apple.com/swift/) [![Cocoapods Compatible](https://img.shields.io/cocoapods/v/RSKCollectionViewRetractableFirstItemLayout.svg)](https://img.shields.io/cocoapods/v/RSKCollectionViewRetractableFirstItemLayout.svg) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/ruslanskorb/RSKCollectionViewRetractableFirstItemLayout)
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](http://cocoapods.org)
1. Add the pod `RSKCollectionViewRetractableFirstItemLayout` to your [Podfile](http://guides.cocoapods.org/using/the-podfile.html).
pod 'RSKCollectionViewRetractableFirstItemLayout'
2. Run `pod install` from Terminal, then open your app's `.xcworkspace` file to launch Xcode.
### Using [Carthage](https://github.com/Carthage/Carthage)
1. Add the `ruslanskorb/RSKCollectionViewRetractableFirstItemLayout` project to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile).
github "ruslanskorb/RSKCollectionViewRetractableFirstItemLayout"
2. Run `carthage update`, then follow the [additional steps required](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) 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.