https://github.com/noppefoxwolf/tileshiftview
https://github.com/noppefoxwolf/tileshiftview
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/noppefoxwolf/tileshiftview
- Owner: noppefoxwolf
- License: mit
- Created: 2016-11-19T17:52:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T20:31:32.000Z (over 8 years ago)
- Last Synced: 2024-05-02T05:46:16.456Z (about 2 years ago)
- Language: Swift
- Size: 2.91 MB
- Stars: 26
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TileShiftView
[](https://travis-ci.org/Tomoya%20Hirano/TileShiftView)
[](http://cocoapods.org/pods/TileShiftView)
[](http://cocoapods.org/pods/TileShiftView)
[](http://cocoapods.org/pods/TileShiftView)
## ScreensShot

## Usage
```swift
@IBOutlet private weak var tileShiftView: TileShiftView!
```
or init(with frame)
```swift
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](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod "TileShiftView"
```
## Author
Tomoya Hirano, cromteria@gmail.com
## License
TileShiftView is available under the MIT license. See the LICENSE file for more info.