XHImageViewer iOS 图片浏览

程序名称:XHImageViewer

授权协议: MIT

操作系统: iOS

开发语言: Objective-C

XHImageViewer 介绍

XHImageViewer 实现图片浏览功能,点击图片,开启图片全屏浏览模式。支持下载和显示网络图片。

使用方法:

#import "XHImageViewer.h"

XHImageViewer *imageViewer = [[XHImageViewer alloc] init];
imageViewer.delegate = self;
[imageViewer showWithImageViews:_imageViews selectedView:imageView];

_imageViews is mutiple imageViews(subClass UIImageView or UIImageView)
imageView is user touch imageView to selectedImageView

XHImageViewer 官网

http://git.oschina.net/iamking/XHImageViewer

相关编程语言

Acapela TTS 是一个为 iPhone 和 iPad 开发的 TTS 引...
二维码(QR Code)扫描静态库,扫描效率较高。
RegexKitLite 是一个轻量级的 Objective-C 的正则表...
一款基于ASIHttpReques开源的仿迅雷多线程断点续传功...
实现动态检测网络(wifi)状况,不需要用户手动刷新...
使用iphoneSDK官方NSXMLParserDelegate做的简单xml解...