Carson Katri CardKit Save

iOS 11 cards in Swift

Project README

CardKit iOS 11 cards in Swift

Installation

Add the CardKit.swift file to your Xcode project.

Usage

Storyboard

  • Add a UIView

UIView

  • Change it to a CardView

CardView

  • Change any settings

Options

Options

You can also make a blurred CardView, however the shadow will not be applied. A CardView can also detect a tap:

// Set to .none for no blur
card.blur = .light
card.tapped = {
  self.dismiss(animated: true, completion: nil)
}
Open Source Agenda is not affiliated with "Carson Katri CardKit" Project. README Source: carson-katri/CardKit
Stars
51
Open Issues
1
Last Commit
3 years ago

Open Source Agenda Badge

Open Source Agenda Rating