pushCameraControllerAnimated: method of the AUICaptureController interface
Pushes the camera controller.
- (void)pushCameraController:(BOOL)animated;
Parameters
- animated
- Defines if the interface elements vanishing and background blurring will be performed slower on the start. Pass YES to show the animation, NO otherwise.
02.03.2022 12:59:15