A view that uses motion to show all of an image.
Install with CocoaPods:
pod 'HAWTiltedImageView'
-
Import:
#import "HAWTiltedImageView.h"
-
Create a view without a motion mananger
HAWTiltedImageView *view = [[HAWTiltedImageView alloc] init];
or with a motion mananger :
HAWTiltedImageView *view = [[HAWTiltedImageView alloc] initWithMotionManager:self.motionManager];
There is an example included with the project. To install,
$ pod install
$ open TiledImageViewExample.xcworkspace/
##Contribute
Send me pull requests !!
##Authors
James Paolantonio - @jpaolantonio
####Extra
This was built while standing up.