All Projects → ruslanskorb → Rskcollectionviewretractablefirstitemlayout

ruslanskorb / Rskcollectionviewretractablefirstitemlayout

Licence: apache-2.0
A light-weight UICollectionViewFlowLayout subclass that allows the first item to be retractable.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Rskcollectionviewretractablefirstitemlayout

Materialsearchbar
Material Design Search Bar for Android
Stars: ✭ 2,008 (+614.59%)
Mutual labels:  search, view, searchbar
Bouncylayout
Make. It. Bounce.
Stars: ✭ 4,035 (+1335.94%)
Mutual labels:  collection, view, collectionview
Collectionnode
a collectionView made for Sprite Kit
Stars: ✭ 96 (-65.84%)
Mutual labels:  collection, view, collectionview
Ionic Selectable
An Ionic-based versatile and highly customizable component that serves as a replacement to Ionic Select, and allows to search items, create items, customize the layout with templates and much more.
Stars: ✭ 459 (+63.35%)
Mutual labels:  search, searchbar
Search Ui
Search UI. Libraries for the fast development of modern, engaging search experiences.
Stars: ✭ 1,294 (+360.5%)
Mutual labels:  search, searchbar
Modelassistant
Elegant library to manage the interactions between view and model in Swift
Stars: ✭ 26 (-90.75%)
Mutual labels:  view, collectionview
Ynsearch
🔍 Awesome fully customize search view like Pinterest written in Swift 5.0 + Realm support!
Stars: ✭ 1,131 (+302.49%)
Mutual labels:  search, searchbar
Search Engine Optimization
🔍 A helpful checklist/collection of Search Engine Optimization (SEO) tips and techniques.
Stars: ✭ 1,798 (+539.86%)
Mutual labels:  search, collection
Modernsearchbar
The famous iOS search bar with auto completion feature implemented.
Stars: ✭ 167 (-40.57%)
Mutual labels:  search, searchbar
Hiddensearchwithrecyclerview
Simple library to have a hidden/shown search bar
Stars: ✭ 220 (-21.71%)
Mutual labels:  search, searchbar
Incrementproductview
Interesting concept of products incrementation
Stars: ✭ 262 (-6.76%)
Mutual labels:  view
Searchcode Server
The offical home of searchcode-server where you can run searchcode locally. Note that master is generally unstable in the sense that it is not a release. Check releases for release versions https://github.com/boyter/searchcode-server/releases
Stars: ✭ 262 (-6.76%)
Mutual labels:  search
Slidingrootnav
DrawerLayout-like ViewGroup, where a "drawer" is hidden under the content view, which can be shifted to make the drawer visible.
Stars: ✭ 2,939 (+945.91%)
Mutual labels:  view
Containercontroller
UI Component. This is a copy swipe-panel from app: Apple Maps, Stocks. Swift version
Stars: ✭ 273 (-2.85%)
Mutual labels:  collectionview
Uilibrary
平时项目开发中写的自定义Drawable、View和Shape
Stars: ✭ 260 (-7.47%)
Mutual labels:  view
Redisearch
A query and indexing engine for Redis, providing secondary indexing, full-text search, and aggregations.
Stars: ✭ 3,393 (+1107.47%)
Mutual labels:  search
Differencekit
💻 A fast and flexible O(n) difference algorithm framework for Swift collection.
Stars: ✭ 2,986 (+962.63%)
Mutual labels:  collectionview
Darksearch
🔍 Search engine for hidden material. Scraping dark web onions, irc logs, deep web etc...
Stars: ✭ 260 (-7.47%)
Mutual labels:  search
Golinks
🌐A web app that allows you to create smart bookmarks, commands and aliases by pointing your web browser's default search engine at a running instance. Similar to bunny1 or yubnub.
Stars: ✭ 258 (-8.19%)
Mutual labels:  search
Rg.el
Emacs search tool based on ripgrep
Stars: ✭ 277 (-1.42%)
Mutual labels:  search

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].