CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

DDScrollBanner 0.0.9

DDScrollBanner 0.0.9

Maintained by ‘olaf’.



  • By
  • zgz

DDScrollBanner

swift语言自定义的banner广告视图

集成

pod 'DDScrollBanner'

调用

let scrollView = DDScrollBanner.init(frame: CGRect(x: 0, y: 0, width:width, height: height), ImagesArr: imageArr)
view.addSubview(scrollView)

环境

iOS 9.0 及以上