ATAdPictureView 0.5.0

ATAdPictureView 0.5.0

Maintained by lianglibao.



  • By
  • Spaino

ATAdPictureView

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

ATAdPictureView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ATAdPictureView'
    1. 在宿主工程中创建modle class,遵循ATAdPictureViewProtocol协议,在.m文件中

    @synthesize adImgURL, routerUrl;等属性;

    1. 只能以picViewWithLoadImageBlock方法来初始化ATAdPictureView,loadBlock为轮播器图片的下载设置block.
    1. 初始化ATAdPictureView的数据源要在其他属性(时间间隔,pagecontrol颜色)设置完毕后设置.

Author

Spaino, [email protected]

License

ATAdPictureView is available under the MIT license. See the LICENSE file for more info.