CardsLayout
  • March 1, 2024

CardsLayout is a lightweight Collection Layout.

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

GitHub


View Github

#cards #collectionview #collectionviewlayout #ios #swift #uikit
YOU MIGHT ALSO LIKE...
SwiftUICam

If you want to have a custom camera using SwiftUI and not using the UIPickerController that will display the original ...

CameraView for SwiftUI 📷

CameraView allows you to have a SnapChat-style screen on your SwiftUI app that gives a realtime view of the iPhone ...

Camera-SwiftUI

SwiftUI has proven to be a really awesome new framework to build and design apps in a quick and reliable ...

ECWeekView

See the swiftui branch for updates. An iOS calendar library for displaying calendar events in a week view.