AKUAssetManager 1.0.1

AKUAssetManager 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Apr 2020

Maintained by akuraru.



  • By
  • akuraru

AKUAssetManager

Version License Platform

Easy to check authorizationStatus of Camera/Photo.

if not allow to access camera or photo, this library show warning alert.

screenshot

Feature

  • Easy to check authorizationStatus of Camera/Photo.
  • iPad support
  • Jump to app's config directly (iOS8〜)

Usage

Try to example project : pod try AKUAssetManager

- (void)viewDidLoad {
    [super viewDidLoad];
    self.manager = [[AKUImagePickerManager alloc] init];
}
// if allow to use camera, present UIImagePickerController
- (IBAction)openCamera:(id)sender {
    [self.manager openCameraWithDelegate:self];
}
// if allow to use photo, open UIImagePickerController
- (IBAction)openPhoto:(id)sender {
    [self.manager openPhotoAlbumWithDelegate:self inView:sender];
}

Installation

AKUAssetManager is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "AKUAssetManager"

TODO

  • Localization

Author

akuraru, [email protected]

License

AKUAssetManager is available under the MIT license. See the LICENSE file for more info.