Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Latest commit

 

History

History
47 lines (26 loc) · 839 Bytes

README.md

File metadata and controls

47 lines (26 loc) · 839 Bytes

HAWTiltedImageView

A view that uses motion to show all of an image.

Installation

Install with CocoaPods:

pod 'HAWTiltedImageView'

Usage

Creating an HAWTiltedImageView

  1. Import:

    #import "HAWTiltedImageView.h"

  2. Create a view without a motion mananger

    HAWTiltedImageView *view = [[HAWTiltedImageView alloc] init];

    or with a motion mananger :

    HAWTiltedImageView *view = [[HAWTiltedImageView alloc] initWithMotionManager:self.motionManager];

Examples

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.