TileShiftView 0.2.1

TileShiftView 0.2.1

测试已测试
语言语言 SwiftSwift
许可证 MIT
发布最后发布2017年3月
SwiftSwift版本3.0
SPM支持SPM

noppefoxwolf维护。



  • Tomoya Hirano

TileShiftView

截图

使用方法

@IBOutlet private weak var tileShiftView: TileShiftView!

或 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 目录中运行 pod install

要求

安装

TileShiftView 通过 CocoaPods 提供。要安装,只需将以下行添加到 Podfile:

pod "TileShiftView"

作者

Tomoya Hirano, [email protected]

许可证

TileShiftView 在 MIT 许可下提供。有关更多信息,请查看 LICENSE 文件。