Popularity
2.4
Stable
Activity
0.0
Stable
78
7
13

Code Quality Rank: L4
Programming language: Objective-C
License: MIT License
Tags: Media     Image    

YXTMotionView alternatives and similar libraries

Based on the "Image" category.
Alternatively, view YXTMotionView alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of YXTMotionView or a related project?

Add another 'Image' Library

README

YXTMotionView

A custom image view that implements device motion scrolling

Installation

CocoaPods

  • Add the dependency to your Podfile:

    platform :ios
    pod 'YXTMotionView'
    ...
    
  • Run 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.

Usage

  • Import the header file to your view controller: objc #import "YXTMotionView.h" objc YXTMotionView *motionView = [[CRMotionView alloc] initWithFrame:self.view.bounds]; [motionView setImage:[UIImage imageNamed:@"Image"]]; [self.view addSubview:motionView];

Screenshot

screenshot

Requirements

  • iOS 7.0+
  • ARC
  • Core Motion

Contributing

Anyone who would like to contribute to the project is more than welcome.

  • Fork this repo
  • Make your changes
  • Submit pull request

License

YXTMotionView is released under the MIT license.

Based on

CRMotionView

Contact

Hanton Yang ([email protected])


*Note that all licence references and agreements mentioned in the YXTMotionView README section above are relevant to that project's source code only.