We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
iOS 11 cards in Swift
Add theCardKit.swift file to your Xcode project.
CardKit.swift
CardView
You can also make a blurredCardView, however the shadow will not be applied.ACardView can also detect a tap:
// Set to .none for no blurcard.blur=.lightcard.tapped={self.dismiss(animated:true, completion:nil)}