Skip to content

niuhaoran/imageViewBrowser

Repository files navigation

imageViewBrowser 图片浏览/查看器(browser of images)

描述:(Describe)
一种图片浏览器,支持查看大图,缩放,SD_WebImage下载,进度条,长按保存到相册,
支持url数组,字符串链接数组,二进制数组的多功能图片查看器


使用方法:(use method)
1.将文件夹导入项目(import the files to your project)
2.#import "JZAlbumViewController.h"
3.button点击事件(button click event)

#pragma mark - 查看大图
- (void)p_btnClickCheckBigImage:(UIButton *)btn {//点击事件(the method of the button click event)   JZAlbumViewController *jzAlbumVC = [[JZAlbumViewController alloc]init];   jzAlbumVC.currentIndex = btn.tag; //当前点击图片的索引   //webImageUrl可以为url数组, 可以为urlString 数组, 可以为二进制 UIImage 数组   jzAlbumVC.imgArr = [NSMutableArray arrayWithArray:webImageUrl];   [self presentViewController:jzAlbumVC animated:YES completion:nil]; }


有问题请联系我: QQ->1648305422

壁虎图标

壁虎图标


1.改写自//jinzelu Copyright (c) 2015年 jinzelu. All rights reserved.
2.本人增加了图片保存到相册,支持UIImage数据,修改了偶尔crash的 bug!

Releases

No releases published

Packages

No packages published