没有合适的资源?快使用搜索试试~ 我知道了~
简单易用的图片浏览器
共63个文件
m:23个
h:22个
plist:4个
需积分: 10 5 下载量 169 浏览量
2016-11-02
15:57:31
上传
评论
收藏 494KB ZIP 举报
温馨提示
这是一款轻量级的图片浏览器demo,效果类似京东淘宝等购物app的商品图片浏览,使用只需要几步很简单的操作:设置图片数组,图片类型和图片索引即可。调用代码如下: #pragma mark - 单击跳转 - (void)browseImage:(UITapGestureRecognizer *)tap { YLPhotoBrowser * browser = [[YLPhotoBrowser alloc] init]; browser.imageArray = _imgArray;//图片数组 browser.imageType = ImageType_Str;//图片类型 browser.currentIndex = _index;//当前图片索引 //回调block(做你想做的操作) browser.dismissBlock = ^(NSInteger dismissIndex){ _scrollView.contentOffset = CGPointMake(dismissIndex * SCREEN_WIDTH, 0); _pageControl.currentPage = dismissIndex; }; [self presentViewController:browser animated:NO completion:nil]; }
资源推荐
资源详情
资源评论
收起资源包目录
YLPhotoBrowserDemo.zip (63个子文件)
YLPhotoBrowserDemo
YLPhotoBrowserDemoUITests
YLPhotoBrowserDemoUITests.m 1KB
Info.plist 733B
YLPhotoBrowserDemoTests
YLPhotoBrowserDemoTests.m 936B
Info.plist 733B
YLPhotoBrowserDemo.xcodeproj
project.xcworkspace
contents.xcworkspacedata 163B
xcuserdata
yuli.xcuserdatad
UserInterfaceState.xcuserstate 23KB
project.pbxproj 35KB
xcuserdata
yuli.xcuserdatad
xcschemes
YLPhotoBrowserDemo.xcscheme 4KB
xcschememanagement.plist 670B
xcdebugger
Breakpoints_v2.xcbkptlist 91B
.DS_Store 6KB
YLPhotoBrowserDemo
Assets.xcassets
AppIcon.appiconset
Contents.json 1KB
main.m 338B
photo2m.jpg 115KB
AppMacro.h 535B
photo3m.jpg 123KB
AppDelegate.h 281B
AppDelegate.m 2KB
YLPhotoBrowser
YLBrowserCell.m 2KB
YLPhotoBrowser.m 7KB
YLPhotoBrowser.h 642B
.DS_Store 6KB
YLBrowserCell.h 351B
Base.lproj
LaunchScreen.storyboard 2KB
Main.storyboard 2KB
photo1m.jpg 138KB
ViewController.h 219B
Info.plist 2KB
ViewController.m 3KB
SDWebImage
SDWebImageDownloaderOperation.m 18KB
UIImage+GIF.h 382B
MKAnnotationView+WebCache.h 6KB
UIImage+WebP.h 490B
SDWebImageDownloader.h 7KB
UIView+WebCacheOperation.m 2KB
SDImageCache.h 8KB
SDWebImageCompat.h 2KB
UIView+WebCacheOperation.h 970B
SDWebImageManager.m 14KB
SDWebImageCompat.m 2KB
SDWebImagePrefetcher.m 5KB
UIImage+GIF.m 5KB
SDWebImagePrefetcher.h 4KB
UIButton+WebCache.h 13KB
UIImageView+WebCache.h 10KB
SDWebImageDecoder.m 3KB
UIImage+MultiFormat.h 263B
UIImage+MultiFormat.m 3KB
UIImage+WebP.m 2KB
.DS_Store 15KB
SDWebImageManager.h 11KB
SDWebImageDownloader.m 11KB
SDWebImageDecoder.h 453B
UIButton+WebCache.m 12KB
UIImageView+WebCache.m 8KB
SDImageCache.m 20KB
NSData+ImageContentType.h 565B
MKAnnotationView+WebCache.m 5KB
NSData+ImageContentType.m 1KB
UIImageView+HighlightedWebCache.m 5KB
SDWebImageOperation.h 329B
UIImageView+HighlightedWebCache.h 5KB
SDWebImageDownloaderOperation.h 3KB
共 63 条
- 1
资源评论
devil_0311
- 粉丝: 1
- 资源: 2
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功