Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 605 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 605 Bytes

Card Transition Demo

Demos a UIViewController transition using custom animation and interactions

demo.gif

Run it

  1. Install dependency
pod install
  1. Open workspace with Xcode
open 'Card Transition Demo.xcworkspace'
  1. cmd+r

Objective-C vs Swift

Code is written in both Objective-C and Swift 4

The code is written in Objective-C and ported to Swift