8000 GitHub - akuraru/AKUAssetManager: 端末の画像を取得するために切り替えたりするためのもの。必要であれば継承で何とかして!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

端末の画像を取得するために切り替えたりするためのもの。必要であれば継承で何とかして!

License

Notifications You must be signed in to change notification settings

akuraru/AKUAssetManager

Repository files navigation

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, akuraru@gmail.com

License

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

About

端末の画像を取得するために切り替えたりするためのもの。必要であれば継承で何とかして!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0