Swift版本的圖片輪播器架構

來源:互聯網
上載者:User

標籤:架構   swift   圖片輪播器   

由於在開發中,總是要寫圖片輪播器之類的東東,寫的煩了,忍不住就用Swift寫了一個非常方便的圖片輪播器的架構https://github.com/SarielTang/CycleView

大家在使用的時候,只需要像這樣:

import CycleViewclass 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;    }}

一個圖片輪播器就完成了,是不是很簡單呢?趕緊試試吧~如果架構中有什麼bug,還請大家多多指教哦.
第一個自己寫的架構,難免有不完善的地方,希望大家能幫著作者君一起完成哦~~

Swift版本的圖片輪播器架構

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.