All Projects → Sunnyyoung → Syphotobrowser

Sunnyyoung / Syphotobrowser

Licence: mit
A cute and lightweight photo browser like Tweetbot3.

Projects that are alternatives of or similar to Syphotobrowser

Lovedoudou
爱逗逗——集新闻资讯,影视评论,漂亮妹子,视频播放于一身的app,用于练习MVP+Retrofit+RxJava+Glide框架,如今将其开源,仅供学习探讨,禁止商用。
Stars: ✭ 165 (+103.7%)
Mutual labels:  photo-browser
PhotoMiner
Photo finder application for macOS
Stars: ✭ 102 (+25.93%)
Mutual labels:  photo-browser
Zlphotolib
This is a photo album multiple-choice / photo browser example
Stars: ✭ 889 (+997.53%)
Mutual labels:  photo-browser
Skphotobrowser
Simple PhotoBrowser/Viewer inspired by facebook, twitter photo browsers written by swift
Stars: ✭ 2,285 (+2720.99%)
Mutual labels:  photo-browser
Imageglass
🏞 A lightweight, versatile image viewer
Stars: ✭ 3,284 (+3954.32%)
Mutual labels:  photo-browser
AFTPhotoScroller
A simple photo browser using like iOS photo app.
Stars: ✭ 20 (-75.31%)
Mutual labels:  photo-browser
Photostructure For Servers
PhotoStructure for Servers
Stars: ✭ 98 (+20.99%)
Mutual labels:  photo-browser
Imageglass Preview
🏔 A modern, versatile image viewer (preview)
Stars: ✭ 72 (-11.11%)
Mutual labels:  photo-browser
Geeqie
claiming to be the best image viewer / photo collection browser
Stars: ✭ 239 (+195.06%)
Mutual labels:  photo-browser
Photobrowser
A simple iOS Instagram photo browser written in Swift using Alamofire networking library, SwiftyJSON JSON parsing library and FastImageCache storing and retrieving images library.
Stars: ✭ 533 (+558.02%)
Mutual labels:  photo-browser
Mvpapp
Android MVP Architecture
Stars: ✭ 2,354 (+2806.17%)
Mutual labels:  photo-browser
Fusuma
Instagram-like photo browser and a camera feature with a few line of code in Swift.
Stars: ✭ 2,434 (+2904.94%)
Mutual labels:  photo-browser
JKPhotoBrowser
高仿微信、iOS10 相册的图片浏览器,具备拖拽缩放、渐变效果
Stars: ✭ 16 (-80.25%)
Mutual labels:  photo-browser
Lantern
基于Swift的高可用视图框架
Stars: ✭ 181 (+123.46%)
Mutual labels:  photo-browser
Txcustomview
图片浏览
Stars: ✭ 13 (-83.95%)
Mutual labels:  photo-browser
Photato
Photato - The personal Pictures gallery
Stars: ✭ 130 (+60.49%)
Mutual labels:  photo-browser
Odyssey
Next generation gallery. Exceptional images deserve an exceptional presentation.
Stars: ✭ 29 (-64.2%)
Mutual labels:  photo-browser
Photoviewslider
📷 A simple photo browser for Android applications.
Stars: ✭ 78 (-3.7%)
Mutual labels:  photo-browser
Photobrowser
Elegant photo browser in Swift. 图片与视频浏览器。
Stars: ✭ 975 (+1103.7%)
Mutual labels:  photo-browser
LLPhotoBrowser
精简版图片浏览器,使用UIScrollView进行图片的缩放、平移,可根据需求自定义界面或扩展功能
Stars: ✭ 18 (-77.78%)
Mutual labels:  photo-browser

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].