Skip to content

carabina/TileShiftView

 
 

Repository files navigation

TileShiftView

[![CI Status](http://img.shields.io/travis/Tomoya Hirano/TileShiftView.svg?style=flat)](https://travis-ci.org/Tomoya Hirano/TileShiftView) Version License Platform

ScreensShot

Usage

@IBOutlet private weak var tileShiftView: TileShiftView!

or init(with frame)

tileShiftView.prepare(with: [#imageLiteral(resourceName: "artwork_sample_00000"),
                            #imageLiteral(resourceName: "artwork_sample_00001"),
                            #imageLiteral(resourceName: "artwork_sample_00002"),
                            #imageLiteral(resourceName: "artwork_sample_00003"),
                            #imageLiteral(resourceName: "artwork_sample_00004"),
                            #imageLiteral(resourceName: "artwork_sample_00005"),
                            #imageLiteral(resourceName: "artwork_sample_00006"),
                            #imageLiteral(resourceName: "artwork_sample_00007"),
                            #imageLiteral(resourceName: "artwork_sample_00008")])
tileShiftView.ignoreIndecies = [4]

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

TileShiftView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "TileShiftView"

Author

Tomoya Hirano, cromteria@gmail.com

License

TileShiftView is available under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 92.0%
  • Ruby 8.0%