Skip to content
forked from xxxAIRINxxx/Movin

UIViewPropertyAnimator based View Transition Animator

License

Notifications You must be signed in to change notification settings

nickgzzjr/Movin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movin

Version Swift 5.0 Platforms iOS Xcode 10.2

UIViewPropertyAnimator based View Transition Animator

Document is Soon...

Display Movin Debug Print

Movin.isDebugPrintEnabled = true

Showcase

music

MusicAppTransition

Requirements

  • Xcode 10+
OS Swift
v1.0.x iOS 10+ 4.1
v1.1.x iOS 10+ 4.2
v1.2.x iOS 10+ 5.0

Installation

CocoaPods

You can use CocoaPods to install Movin by adding it to your Podfile:

use_frameworks!
pod 'Movin'

To get the full benefits import Movin wherever you import UIKit

import UIKit
import Movin

Carthage

You can use Carthage to install Movin by adding it to your Cartfile:


github "xxxAIRINxxx/Movin"

To get the full benefits import Movin wherever you import UIKit

import UIKit
import Movin

Manually

  1. Download and drop /Sources folder in your project.
  2. Congratulations!

License

MIT license. See the LICENSE file for more info.

About

UIViewPropertyAnimator based View Transition Animator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 98.2%
  • Other 1.8%