美文网首页
Swift项目中使用过的第三方框架

Swift项目中使用过的第三方框架

作者: 疾风小超 | 来源:发表于2017-01-06 23:10 被阅读266次
import Proposer
// 例如判断相册权限
let openCamera: ProposerAction = { [weak self] in
            
    print("获得权限\n")
}
proposeToAccess(.photos, agreed: openCamera, rejected: {
    
    print("权限被拒\n")
})

相关文章

网友评论

      本文标题:Swift项目中使用过的第三方框架

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