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.