All Projects → filletofish → Cardslayout

filletofish / Cardslayout

Licence: mit
⭐️ Custom card-designed CollectionView layout

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Cardslayout

Verticalcardswiper
A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift.
Stars: ✭ 830 (+20.99%)
Mutual labels:  uikit, collectionview, cards
Cardpresentationcontroller
Custom UIPresentationController which mimics the behavior of Apple Music UI
Stars: ✭ 778 (+13.41%)
Mutual labels:  uikit, cards
Koloda
KolodaView is a class designed to simplify the implementation of Tinder like cards on iOS.
Stars: ✭ 4,998 (+628.57%)
Mutual labels:  collectionview, cards
Cardkit
iOS 11 cards in Swift
Stars: ✭ 47 (-93.15%)
Mutual labels:  uikit, cards
Collectionviewslantedlayout
A CollectionView Layout displaying a slanted cells
Stars: ✭ 2,029 (+195.77%)
Mutual labels:  uikit, collectionview
Cards
Awesome iOS 11 appstore cards in swift 5.
Stars: ✭ 4,017 (+485.57%)
Mutual labels:  uikit, cards
Cardparts
A reactive, card-based UI framework built on UIKit for iOS developers.
Stars: ✭ 2,374 (+246.06%)
Mutual labels:  uikit, cards
Hfcardcollectionviewlayout
The HFCardCollectionViewLayout provides a card stack layout not quite similar like the apps Reminder and Wallet.
Stars: ✭ 281 (-59.04%)
Mutual labels:  collectionview, cards
Reactivelists
React-like API for UITableView & UICollectionView
Stars: ✭ 250 (-63.56%)
Mutual labels:  uikit, collectionview
Compositional Layouts Kit
📏 A set of advanced compositional layouts for UICollectionView with examples [Swift 5.3, iOS 13].
Stars: ✭ 317 (-53.79%)
Mutual labels:  uikit, collectionview
Carlenscollectionviewlayout
An easy-to-use Collection View Layout for card-like animation.
Stars: ✭ 478 (-30.32%)
Mutual labels:  collectionview, cards
Shards React
⚛️A beautiful and modern React design system.
Stars: ✭ 639 (-6.85%)
Mutual labels:  uikit
Macos Ui Kit
💎 The most detailed and accurate macOS UI Kit for Sketch. This Sketch Library includes common Mac interface elements, cursors, and a Touch Bar UI Kit.
Stars: ✭ 551 (-19.68%)
Mutual labels:  uikit
Tabler
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
Stars: ✭ 24,611 (+3487.61%)
Mutual labels:  uikit
Kick Off
UIkit 3 Starter Layout / Templates - Quick start for your UIkit 3 project!
Stars: ✭ 672 (-2.04%)
Mutual labels:  uikit
Flutter Ui Kit
Flutter app for collection of UI in a UIKit
Stars: ✭ 5,713 (+732.8%)
Mutual labels:  uikit
Shuffle
🔥 A multi-directional card swiping library inspired by Tinder
Stars: ✭ 535 (-22.01%)
Mutual labels:  cards
Rangeseekslider
RangeSeedSlider provides a customizable range slider like a UISlider.
Stars: ✭ 524 (-23.62%)
Mutual labels:  uikit
Markupkit
Declarative UI for iOS and tvOS
Stars: ✭ 508 (-25.95%)
Mutual labels:  uikit
Infinitecycleviewpager
Infinite cycle ViewPager with two-way orientation and interactive effect.
Stars: ✭ 5,720 (+733.82%)
Mutual labels:  cards

CardsLayout

CardsLayout is a lightweight Collection Layout.

CocoaPods Platform Twitter GitHub license

Preview

Installation

CocoaPods

You can use CocoaPods to install CardsLayout by adding it to your Podfile:

platform :ios, '9.0'
use_frameworks!
pod 'CardsLayout'
import CardsLayout

Manual

  1. Add CardsCollectionViewLayout file to your project
  2. Configure collectionView:
    collectionView.collectionViewLayout = CardsCollectionViewLayout()
    collectionView.isPagingEnabled = true
    collectionView.showsHorizontalScrollIndicator = false
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].