The custom view to display on top of the default image picker interface.
You can use an overlay view to present a custom view hierarchy on top of the default image picker interface. The image picker layers your custom overlay view on top of the other image picker views and positions it relative to the screen coordinates. If you have the default camera controls set to be visible, incorporate transparency into your view, or position it to avoid obscuring the underlying content.
This property is set to nil by default.
You can access this property only when the source type of the image picker is set to UIImagePickerControllerSourceTypeCamera
. Attempting to access this property for other source types results in the throwing of an NSInvalidArgumentException
exception.