Skip to content

GoGoodGo/PictureZoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PictureZoom

双击放大图片点击位置+捏合缩放

使用


/** 代码 */
let imgZoom = ImageZoomView.init(frame: CGRect.init(x: 0, y: 100, width: view.bounds.size.width, height: 500))
imgZoom.imgs = [image1, image2]

view.addSubview(imgZoom)

/** xib */
imgZoomView.imgs = [image1, image2]

About

双击放大图片点击位置+捏合缩放

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages