A camera view controller with a custom image picker and image cropping. This project requires Xcode 9 to run and compiles with swift 4. If you are building your app with iOS 10 or newer, you need to add two privacy keys to your app to allow the usage of the camera and photo library, or your app will crash. Add the keys below to your Info.plist, adding strings with the description you want to provide when prompting the user. The success parameter returns a UIImage? and a PHAsset? for more...