iOS 控件 LJAutoScrollView
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/liaojinxing/LJAutoScrollView
- 软件文档: https://github.com/liaojinxing/LJAutoScrollView
软件介绍
LJAutoScrollView 是 iOS 开发中,自动循环滚动的 banner
示例代码:
self.autoScrollView = [[LJAutoScrollView alloc] initWithFrame:CGRectMake(0, 0, self.view.frame.size.width, kAutoScrollViewHeight)]; self.autoScrollView.delegate = self;
