cvpic('https://github.com/JackTeam/XHImageViewer/raw/master/Screenshots/XHImageViewer.gif','','700','700') XHImageViewer
XHImageViewer is images viewer, zoom image(XHImageViewer是一款图片集合查看器,可以放大图片) How to use
Easy to drop into your project. You can add this feature to your own project, XHImageViewer is easy-to-use. [pre]#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[/pre] Profile
CocosPods is the recommended methods of installation XHPathCover, just add the following line to Profile:
[pre]pod 'XHImageViewer', '~> 0.1.0'[/pre]Lincense
XHImageViewer is available under the MIT license. See the LICENSE file for more info.