ZHAuthManager 1.0.1

ZHAuthManager 1.0.1

leezhiua 维护。



  • 作者:
  • leezhihua

ZHAuthorization

iOS 系统各种权限请求和判断

cocoapods 支持

pod 'ZHAuthorization'
//请求使用位置权限
[ZHAuthManager requestAuthorization:AuthTypeLocationAlways authorizedResult:^(BOOL granted) {
//do something
}];

其他权限与此类似