项目地址:https://github.com/February12/YLPhotoBrowser
样式Gif:https://img.haomeiwen.com/i6327326/1a067526d30d6204.gif
仿微信图片浏览器(定义转场动画、支持本地和网络gif、拖拽取消)
![an.gif](https://img.haomeiwen.com/i6327326/1a067526d30d6204.gif?imageMogr2/auto-orient/strip)
# 导入
pod 'YLPhotoBrowser-Swift'
# 使用 使用 -> 简单易用,拖拽取消
var photos = [YLPhoto]()
photos.append(YLPhoto.addImage(image, imageUrl: nil, frame: frame))
let photoBrowser = YLPhotoBrowser.init(photos, index: index)
present(photoBrowser, animated: true, completion: nil)
网友评论