CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Feb 2017 |
Maintained by Sunnyyoung.
| Depends on: | |
| SDWebImage | >= 0 |
| DACircularProgress | >= 0 |
A cute and lightweight photo browser like Tweetbot3.
To use SYPhotoBrowser
Podfile, add one line code 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];The MIT License.