BouncyLayout alternatives and similar libraries
Based on the "UICollectionView" category.
Alternatively, view BouncyLayout alternatives based on common mentions on social networks and blogs.
-
FSPagerView
FSPagerView is an elegant Screen Slide Library. It is extremely helpful for making Banner View、Product Show、Welcome/Guide Pages、Screen/ViewController Sliders. -
CollectionViewSlantedLayout
A CollectionView Layout displaying a slanted cells -
Gliding Collection
:octocat: Gliding Collection is a smooth, flowing, customizable decision for a UICollectionView Swift Controller. iOS library made by @Ramotion -
CenteredCollectionView
A lightweight UICollectionViewLayout that 'pages' and centers its cells 🎡 written in Swift -
Card Slider
:octocat: 🃏 Cardslider is a design UI controller that allows you to swipe through cards with pictures and accompanying descriptions. -
RAReorderableLayout
A UICollectionView layout which can move an item with drag and drop. -
GravitySlider
🔄 GravitySlider is a beautiful alternative to the standard UICollectionView flow layout. -
ReplaceAnimation
Pull-to-refresh animation in UICollectionView with a sticky header flow layout, written in Swift :large_orange_diamond: -
Blueprints
:cyclone: Blueprints - A framework that is meant to make your life easier when working with collection view flow layouts. -
SwiftSpreadsheet
Spreadsheet CollectionViewLayout in Swift. Fully customizable. 🔶 -
CarLensCollectionViewLayout
An easy-to-use Collection View Layout for card-like animation. -
CollectionViewShelfLayout
A UICollectionViewLayout subclass displays its items as rows of items similar to the App Store Feature tab without a nested UITableView/UICollectionView hack. -
ASCollectionView
Lightweight custom collection view inspired by Airbnb. -
UICollectionViewSplitLayout
UICollectionViewSplitLayout makes collection view more responsive. -
SimpleSource
Easy and type-safe iOS table and collection views in Swift. -
AZCollectionViewController
Easy way to integrate pagination with dummy views in CollectionView, make Instagram "Discover" within minutes. -
CheckmarkCollectionViewCell
UICollectionViewCell with checkbox when it isSelected and empty circle when not - like Photos.app "Select" mode. -
FlexibleRowHeightGridLayout
A UICollectionView grid layout designed to support Dynamic Type by allowing the height of each row to size to fit content. -
CustomCollectionLayout
This is an example project for my article called "UICollectionView Tutorial: Changing presentation on the fly" -
GoodProvider
🚀UITableView and UICollectionView provider to simplify basic scenarios of showing the data.
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of BouncyLayout or a related project?
README
[](art/header.png)
BouncyLayout is a collection view layout that makes your cells bounce.
Features
- [X] Pure Swift 5.
- [X] Works with every
UICollectionView
. - [X] Horizontal and vertical scrolling support.
- [X] Configurable bounce effect.
- [X] 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.