Latest | 1.0.0 |
---|---|
Homepage | https://github.com/venwu1984/UIViewAnimation |
License | MIT |
Platforms | ios 9.0, requires ARC |
Authors |
Description
UIViewAmination is an animation extension of UIView. It provides several animations.
Installation
CocoaPods
# Podfile
use_frameworks!
target 'YOUR_TARGET_NAME' do
pod 'UIViewAnimation', '~> 1.0.0'
end
Examples
cubeView.animationCubeFromTop()
flipView.animationFlipFromRight()
rotateView.animationRotateFromBottom()
pageCurlView.animationPageCurlFromLeft()
License
The source code is distributed under the nonviral MIT License. It’s the simplest most permissive license available.
Version History
- v1.0.0: Nov 13 2018
- [NEW] The first version.
Latest podspec
{ "name": "UIViewAnimation", "version": "1.0.0", "summary": "Animation extension for UIView.", "description": "It is a animation extension for UIView.", "homepage": "https://github.com/venwu1984/UIViewAnimation", "license": "MIT", "authors": { "ven.wu": "[email protected]" }, "platforms": { "ios": "9.0" }, "source": { "git": "https://github.com/venwu1984/UIViewAnimation.git", "tag": "1.0.0" }, "requires_arc": true, "source_files": "Classes/*.{swift}", "swift_version": "4.2" }
Tue, 13 Nov 2018 12:40:05 +0000