测试已测试 | ✗ |
Lang语言 | Obj-CObjective C |
许可证 | MIT |
发布最新发布 | 2017年2月 |
由 Sunnyyoung 维护。
依赖 | |
SDWebImage | >= 0 |
DACircularProgress | >= 0 |
一个像 Tweetbot3 一样可爱且轻量级的图片浏览器。
要使用 SYPhotoBrowser
Podfile
,添加一行代码 pod 'SYPhotoBrowser
#import <SYPhotoBrowser/SYPhotoBrowser.h>
SYPhotoBrowser *photoBrowser = [[SYPhotoBrowser alloc] initWithImageSourceArray:self.urlArray caption:@"This is caption label" delegate:self];
photoBrowser.initialPageIndex = indexPath.row;
photoBrowser.pageControlStyle = SYPhotoBrowserPageControlStyleLabel;
[self presentViewController:photoBrowser animated:YES completion:nil];