美文网首页
仿微信图片浏览器(定义转场动画、支持本地和网络gif、拖拽取消)

仿微信图片浏览器(定义转场动画、支持本地和网络gif、拖拽取消)

作者: 朱云龙 | 来源:发表于2017-08-01 09:11 被阅读0次

    项目地址: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)

    相关文章

      网友评论

          本文标题:仿微信图片浏览器(定义转场动画、支持本地和网络gif、拖拽取消)

          本文链接:https://www.haomeiwen.com/subject/gsndlxtx.html