CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | May 2015 |
SPMSupports SPM | ✗ |
Maintained by Sariel Tang.
import CycleView
class className : PictureCycleController{
//override loadView function
//重写loadViewe方法
override func loadView() {
super.loadView()
}
var arrayM: [UIImage]?
override func viewDidLoad() {
super.viewDidLoad()
//input an Array with UIImage
//传入一个UIImage的图像数组
imageList = arrayM;
}
}