Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Update README for access reminding key explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Huang committed Jul 13, 2016
1 parent cd759f8 commit c46c423
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ YMSPhotoPicker is an UIComponent that let you select mutilple photos from your a
<img src="media/ymsphotopicker-theme.gif" alt="Square Cash Style Bar" width="300"/>

#### Usage

Add ```NSPhotoLibraryUsageDescription``` and ```NSCameraUsageDescription``` to your App Info.plist to specify the reason for accessing photo library and camera. See [Cocoa Keys](https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html) for more details.

#####Objective-C

Import
Expand Down

0 comments on commit c46c423

Please sign in to comment.