A cute and lightweight photo browser like Tweetbot3.
- iOS 7.0 and above.
To use SYPhotoBrowser
- Edit your
Podfile
, add one line codepod 'SYPhotoBrowser'
- Run 'pod update'
#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.