FastttCamera
FastttCamera copied to clipboard
Recommended update Demo For Xcode8 And IOS 10
You just have to put this keys and values in the info.plist file
<key>NSMicrophoneUsageDescription</key> <string>$(PRODUCT_NAME) micro use</string> <key>NSPhotoLibraryUsageDescription</key> <string>$(PRODUCT_NAME) photo use</string> <key>NSCameraUsageDescription</key> <string>$(PRODUCT_NAME) camera use</string>
Here is a screenshot of it :
It just won't work in simulator because there is no camera