Camera-overlay represents the iOS property cameraOverlayView, which is a custom view to display on top of the default image picker interface.
I have an app that uses the UIImagePickerController to take a picture. The problem is that I only want the …
ios objective-c uiimagepickercontroller camera-overlayI have an overlay over the camera view made up of red circles, stored in the Assets.xcasset ImgOverlay placeholders, …
ios swift3 camera-overlayI am really struggling to get my head around how to do this. I have a UIImagePickerController which works fine …
ios uiimagepickercontroller camera-overlay