All Projects → carson-katri → Cardkit

carson-katri / Cardkit

Licence: mpl-2.0
iOS 11 cards in Swift

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Cardkit

Cards
Awesome iOS 11 appstore cards in swift 5.
Stars: ✭ 4,017 (+8446.81%)
Mutual labels:  ios11, uikit, cards
iOS-ARKit
Basic Concepts and Projects using ARKit on iOS.
Stars: ✭ 18 (-61.7%)
Mutual labels:  iphone, ios11
Uicollectionviewsplitlayout
UICollectionViewSplitLayout makes collection view more responsive.
Stars: ✭ 226 (+380.85%)
Mutual labels:  iphone, uikit
iphonepip
PiP (Picture in Picture) prototype for iPhone
Stars: ✭ 15 (-68.09%)
Mutual labels:  uikit, iphone
Messagejudge
A filter to block unwanted messages on iOS
Stars: ✭ 84 (+78.72%)
Mutual labels:  iphone, ios11
Arkit Unity3d
Access ARKit features like world-tracking, live video rendering, plane estimation and updates, hit-testing API, ambient light estimation, and raw point cloud data.
Stars: ✭ 124 (+163.83%)
Mutual labels:  iphone, ios11
ALButtonMenu
A simple, fully customizable menu solution for iOS.
Stars: ✭ 45 (-4.26%)
Mutual labels:  uikit, iphone
BJOTPViewController
Entering OTP made simpler.
Stars: ✭ 42 (-10.64%)
Mutual labels:  uikit, iphone
Carlenscollectionviewlayout
An easy-to-use Collection View Layout for card-like animation.
Stars: ✭ 478 (+917.02%)
Mutual labels:  iphone, cards
Arkit
ARKit Base Project. Place virtual objects based on WWDC example project
Stars: ✭ 297 (+531.91%)
Mutual labels:  iphone, ios11
Uiimageheic
UIImage category that adds familiar HEIC encoding.
Stars: ✭ 125 (+165.96%)
Mutual labels:  ios11, uikit
Cardpresentationcontroller
Custom UIPresentationController which mimics the behavior of Apple Music UI
Stars: ✭ 778 (+1555.32%)
Mutual labels:  uikit, cards
Cardparts
A reactive, card-based UI framework built on UIKit for iOS developers.
Stars: ✭ 2,374 (+4951.06%)
Mutual labels:  uikit, cards
Cs193p Fall 2017
These are the lectures, slides, reading assignments, and problem sets for the Developing Apps for iOS 11 with Swift 4 CS193p course offered at the Stanford School of Engineering and available on iTunes U.
Stars: ✭ 141 (+200%)
Mutual labels:  iphone, ios11
SafeAreaExample
The example project which allows you to play with safe areas introduced in iOS 11
Stars: ✭ 64 (+36.17%)
Mutual labels:  uikit, ios11
Cardslayout
⭐️ Custom card-designed CollectionView layout
Stars: ✭ 686 (+1359.57%)
Mutual labels:  uikit, cards
Verticalcardswiper
A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift.
Stars: ✭ 830 (+1665.96%)
Mutual labels:  uikit, cards
Gaudi
A swift theming framework for UIKit for easy adoption of multi theme and iOS dark mode
Stars: ✭ 36 (-23.4%)
Mutual labels:  uikit
Spalert
Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.
Stars: ✭ 1,014 (+2057.45%)
Mutual labels:  uikit
Jiramobilekit
JIRA Mobile Kit a framework for raising bugs within your app including screenshots easily. JIRA Bug Raising written in Swift. iOS JIRA SDK Swift 3-4
Stars: ✭ 33 (-29.79%)
Mutual labels:  iphone

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)
}
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].