ios-广告图轮播.zip

时间:2022-07-31 12:45:30
【文件属性】:

文件名称:ios-广告图轮播.zip

文件大小:22KB

文件格式:ZIP

更新时间:2022-07-31 12:45:30

滚动视图

github地址:https://github.com/yybchl/ImgPageScrollView.git //创建 ImageScrollView *imgScrollView = [[ImageScrollView alloc] initWithFrame:CGRectMake(0, 0, [UIScreen mainScreen].bounds.size.width, 200)]; [self.view addSubview:imgScrollView]; //添加数据 imgScrollView.pics = @[@"http://g.hiphotos.baidu.com/zhidao/pic/item/8326cffc1e178a823f2331f0f703738da977e847.jpg", @"http://imgsrc.baidu.com/forum/pic/item/d833c895d143ad4bf8e5b06c82025aafa50f0656.jpg", @"http://h.hiphotos.baidu.com/zhidao/pic/item/f703738da97739123c6dc373fe198618367ae25d.jpg"]; //点击事件 [imgScrollView returnIndex:^(NSInteger index) { NSLog(@"点击了第%zi张", index); }]; //刷新(必需的步骤) [imgScrollView reloadView];


【文件预览】:
ImgPageScrollView-master
----YoYoY_ImgScrollView.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(21KB)
----YoYoY_ImgScrollView()
--------ViewController.m(1KB)
--------Info.plist(1KB)
--------main.m(340B)
--------Base.lproj()
--------ViewController.h(221B)
--------AppDelegate.h(283B)
--------ImgPageScrollView()
--------Assets.xcassets()
--------AppDelegate.m(2KB)
----README.md(866B)
----YoYoY_ImgScrollViewUITests()
--------Info.plist(733B)
--------YoYoY_ImgScrollViewUITests.m(1KB)
----YoYoY_ImgScrollViewTests()
--------Info.plist(733B)
--------YoYoY_ImgScrollViewTests.m(941B)

网友评论