SYPhotoBrowser Save

A cute and lightweight photo browser like Tweetbot3.

Project README

SYPhotoBrowser

A cute and lightweight photo browser like Tweetbot3.

Screen Shot

Requirments

  1. iOS 7.0 and above.

Dependency

Installation

To use SYPhotoBrowser

  1. Edit your Podfile, add one line code pod 'SYPhotoBrowser'
  2. Run 'pod update'
  3. #import <SYPhotoBrowser/SYPhotoBrowser.h>

Quickstart

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];

License

The MIT License.

Open Source Agenda is not affiliated with "SYPhotoBrowser" Project. README Source: sunnyyoung/SYPhotoBrowser
Stars
81
Open Issues
4
Last Commit
6 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating