CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Jul 2015 |
Maintained by Hanton Yang.
CocoaPods
platform :ios
pod 'YXTMotionView'
...pod install to install the dependencies.Source files
Just clone this repository or download it in zip-file. Then you will find source files under YXTMotionView directory. Copy them to your project.
#import "YXTMotionView.h"YXTMotionView *motionView = [[CRMotionView alloc] initWithFrame:self.view.bounds];
[motionView setImage:[UIImage imageNamed:@"Image"]];
[self.view addSubview:motionView];Anyone who would like to contribute to the project is more than welcome.
YXTMotionView is released under the MIT license.
CRMotionView
Hanton Yang ([email protected])