轮播3d旋转

时间:2021-04-23 03:47:19
【文件属性】:
文件名称:轮播3d旋转
文件大小:3.39MB
文件格式:ZIP
更新时间:2021-04-23 03:47:19
UIScrollView //网络图片 NSArray *imageUrl2 = @[@"http://hiphotos.baidu.com/praisejesus/pic/item/e8df7df89fac869eb68f316d.jpg", @"http://pic39.nipic.com/20140226/18071023_162553457000_2.jpg", @"http://file27.mafengwo.net/M00/B2/12/wKgB6lO0ahWAMhL8AAV1yBFJDJw20.jpeg"]; LZBFocusScrollView *focusView3 = [[LZBFocusScrollView alloc]initWithFrame:CGRectZero WithImageArray:imageUrl2 imageCilckBlock:^(NSInteger index) { NSLog(@"3.点击了第%ld张图片",index); }]; focusView3.frame = CGRectMake(20, 20, [UIScreen mainScreen].bounds.size.width-40, [UIScreen mainScreen].bounds.size.height-40); [self.view addSubview:focusView3]; focusView3.delegate =self; focusView3.style = LZBFocusScrollViewScrollStyle_3DRotation; [focusView3 stopTimer]; [focusView3 setpageControlCurrentColor:[UIColor blueColor] OtherColor:[UIColor whiteColor]];
【文件预览】:
轮播图ScrollViewFoucs-两个ImageView实现
----.DS_Store(6KB)
----轮播图ScrollViewFoucs-两个ImageView实现.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(25KB)
----轮播图ScrollViewFoucs-两个ImageView实现()
--------ViewController.m(3KB)
--------SDWebImage()
--------Info.plist(1KB)
--------main.m(364B)
--------LZBFocusScrollView()
--------Base.lproj()
--------ViewController.h(245B)
--------AppDelegate.h(307B)
--------Assets.xcassets()
--------AppDelegate.m(2KB)

网友评论