zoukankan      html  css  js  c++  java
  • 系统相册

     AVAuthorizationStatus state = [AVCaptureDevice authorizationStatusForMediaType:AVMediaTypeVideo]; //获取相机的访问权限

    四种枚举 值。

    AVAuthorizationStatusNotDetermined = 0,

    AVAuthorizationStatusRestricted,

    AVAuthorizationStatusDenied,

    AVAuthorizationStatusAuthorized

     ALAuthorizationStatus state = [ALAssetsLibrary authorizationStatus]; 获取相册的访问权限

      ALAuthorizationStatusNotDetermined = 0, // User has not yet made a choice with regards to this application

        ALAuthorizationStatusRestricted,        // This application is not authorized to access photo data.

                                                // The user cannot change this application’s status, possibly due to active restrictions

                                                //  such as parental controls being in place.

        ALAuthorizationStatusDenied,            // User has explicitly denied this application access to photos data.

        ALAuthorizationStatusAuthorized         // User has authorized this application to access photos data.

     
     
  • 相关阅读:
    区块链服务平台设计
    Fabric 架构与设计
    ELSE 技术周刊(2017.12.25期)
    ELSE 技术周刊(2017.12.25期)
    ELSE 技术周刊(2017.12.25期)
    UDT的Sender和Receiver
    UDT的Sender和Receiver
    UDT的Sender和Receiver
    UDT的Sender和Receiver
    JavaScript 后台获取数据
  • 原文地址:https://www.cnblogs.com/hsxblog/p/5125794.html
Copyright © 2011-2022 走看看