All Projects → roberthein → Bouncylayout

roberthein / Bouncylayout

Licence: mit
Make. It. Bounce.

Programming Languages

swift
15916 projects
Makefile
30231 projects
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Bouncylayout

Rskcollectionviewretractablefirstitemlayout
A light-weight UICollectionViewFlowLayout subclass that allows the first item to be retractable.
Stars: ✭ 281 (-93.04%)
Mutual labels:  collection, view, collectionview
Collectionviewpaginglayout
a simple but highly customizable paging layout for UICollectionView.
Stars: ✭ 947 (-76.53%)
Mutual labels:  layout, uicollectionviewlayout, uicollectionview
Chatlayout
ChatLayout is an alternative solution to MessageKit. It uses custom UICollectionViewLayout to provide you full control over the presentation as well as all the tools available in UICollectionView. It supports dynamic cells and supplementary view sizes.
Stars: ✭ 184 (-95.44%)
Mutual labels:  uicollectionviewlayout, uicollectionview, collectionview
Carlenscollectionviewlayout
An easy-to-use Collection View Layout for card-like animation.
Stars: ✭ 478 (-88.15%)
Mutual labels:  uicollectionviewlayout, uicollectionview, collectionview
Collectionnode
a collectionView made for Sprite Kit
Stars: ✭ 96 (-97.62%)
Mutual labels:  collection, view, collectionview
Collectionviewslantedlayout
A CollectionView Layout displaying a slanted cells
Stars: ✭ 2,029 (-49.71%)
Mutual labels:  uicollectionviewlayout, uicollectionview, collectionview
Blueprints
🌀 Blueprints - A framework that is meant to make your life easier when working with collection view flow layouts.
Stars: ✭ 874 (-78.34%)
Mutual labels:  layout, uicollectionviewlayout, uicollectionview
Flowlayout
UICollectionView WaterFlowLayout. 瀑布流.
Stars: ✭ 94 (-97.67%)
Mutual labels:  uicollectionviewlayout, uicollectionview, collectionview
Androidlibs
🔥正在成为史上最全分类 Android 开源大全~~~~(长期更新 Star 一下吧)
Stars: ✭ 7,148 (+77.15%)
Mutual labels:  library, view, layout
Greedo Layout For Ios
Full aspect ratio grid layout for iOS
Stars: ✭ 837 (-79.26%)
Mutual labels:  library, layout, uicollectionview
Uicollectionview Layouts Kit
📐 A set of custom layouts for UICollectionView with examples [Swift 5.3, iOS 12].
Stars: ✭ 410 (-89.84%)
Mutual labels:  layout, uicollectionviewlayout, uicollectionview
SJCenterFlowLayout
Carousel flow layout for UICollectionView on iOS.
Stars: ✭ 34 (-99.16%)
Mutual labels:  layout, uicollectionviewlayout, flowlayout
Mylinearlayout
MyLayout is a powerful iOS UI framework implemented by Objective-C. It integrates the functions with Android Layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,PathLayout,GridLayout,LayoutSizeClass to build your App 自动布局 UIView UITab…
Stars: ✭ 4,152 (+2.9%)
Mutual labels:  view, layout, uicollectionview
CSStickyFlowLayoutHeaders
UICollectionView replacement for your amazing headers
Stars: ✭ 16 (-99.6%)
Mutual labels:  uicollectionview, uicollectionviewlayout, flowlayout
Tinyconstraints
Nothing but sugar.
Stars: ✭ 3,721 (-7.78%)
Mutual labels:  library, libraries, layout
Shapeofview
Give a custom shape to any android view, Material Design 2 ready
Stars: ✭ 2,977 (-26.22%)
Mutual labels:  view, layout
Incrementproductview
Interesting concept of products incrementation
Stars: ✭ 262 (-93.51%)
Mutual labels:  library, view
Containercontroller
UI Component. This is a copy swipe-panel from app: Apple Maps, Stocks. Swift version
Stars: ✭ 273 (-93.23%)
Mutual labels:  layout, collectionview
iOSEasyList
A data-driven UICollectionView and UITableView framework for building fast and flexible lists
Stars: ✭ 29 (-99.28%)
Mutual labels:  uicollectionview, uicollectionviewlayout
Fapaginationlayout
Collection view pagination layout
Stars: ✭ 276 (-93.16%)
Mutual labels:  layout, collectionview

BouncyLayout is a collection view layout that makes your cells bounce.

Features

  • Pure Swift 5.
  • Works with every UICollectionView.
  • Horizontal and vertical scrolling support.
  • Configurable bounce effect.
  • Supports cell size changes

Setup

The only you thing you need to do is import BouncyLayout, create an instance and add it to your UICollectionView.

import BouncyLayout
let layout = BouncyLayout()
UICollectionView(frame: .zero, collectionViewLayout: layout)
Find the above displayed examples in the example folder.

Installation

CocoaPods

BouncyLayout is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "BouncyLayout"

Carthage

BouncyLayout is available through Carthage. To install it, simply add the following line to your Cartfile:

github "roberthein/BouncyLayout"

Swift Package Manager

BouncyLayout is available through Swift Package Manager. To install it, in Xcode 11.0 or later select File > Swift Packages > Add Package Dependency... and add BouncyLayout repository URL:

https://github.com/roberthein/BouncyLayout.git

Suggestions or feedback?

Feel free to create a pull request, open an issue or find me on Twitter.

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].