Top "Camera-overlay" questions

Camera-overlay represents the iOS property cameraOverlayView, which is a custom view to display on top of the default image picker interface.

Using cameraOverlayView with UIImagePickerController

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-overlay
Adding objects over camera view in app (Swift 3) not under camera view?

I have an overlay over the camera view made up of red circles, stored in the Assets.xcasset ImgOverlay placeholders, …

ios swift3 camera-overlay
How to create a cameraOverlayView

I am really struggling to get my head around how to do this. I have a UIImagePickerController which works fine …

ios uiimagepickercontroller camera-overlay