CardsLayout is a lightweight Collection Layout.
You can use CocoaPods to install CardsLayout
by adding it to your Podfile
:
platform :ios, ‘9.0’
use_frameworks!
pod ‘CardsLayout’
import CardsLayout
CardsCollectionViewLayout
file to your projectcollectionView
:
collectionView.collectionViewLayout = CardsCollectionViewLayout()
collectionView.isPagingEnabled = true
collectionView.showsHorizontalScrollIndicator = false
If you want to have a custom camera using SwiftUI and not using the UIPickerController that will display the original ...
CameraView allows you to have a SnapChat-style screen on your SwiftUI app that gives a realtime view of the iPhone ...
SwiftUI has proven to be a really awesome new framework to build and design apps in a quick and reliable ...
See the swiftui branch for updates. An iOS calendar library for displaying calendar events in a week view.