Latest | 1.2.0 |
---|---|
Homepage | https://github.com/xxxAIRINxxx/Movin |
License | MIT |
Platforms | ios 10.0, requires ARC |
Authors |
UIViewPropertyAnimator based View Transition Animator
Document is Soon…
Display Movin Debug Print
Movin.isDebugPrintEnabled = true
Showcase
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
- Download and drop
/Sources
folder in your project. - Congratulations!
License
MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "Movin", "version": "1.2.0", "summary": "UIViewPropertyAnimator based View Transition Animator.", "homepage": "https://github.com/xxxAIRINxxx/Movin", "license": "MIT", "authors": { "Airin": "[email protected]" }, "source": { "git": "https://github.com/xxxAIRINxxx/Movin.git", "tag": "1.2.0" }, "requires_arc": true, "platforms": { "ios": "10.0" }, "source_files": "Sources/*.swift" }
Tue, 02 Apr 2019 11:14:25 +0000