SYPhotoBrowser 2.2

SYPhotoBrowser 2.2

测试已测试
Lang语言 Obj-CObjective C
许可证 MIT
发布最新发布2017年2月

Sunnyyoung 维护。



 
依赖
SDWebImage>= 0
DACircularProgress>= 0
 

  • 作者
  • Sunnyyoung

一个像 Tweetbot3 一样可爱且轻量级的图片浏览器。

屏幕截图

要求

  1. iOS 7.0 及更高版本。

依赖

安装

要使用 SYPhotoBrowser

  1. 编辑您的 Podfile,添加一行代码 pod 'SYPhotoBrowser
  2. 运行 'pod update'
  3. #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];

许可证

MIT 许可证