setPaused:animated: method of the AUICaptureController interface
Sets or turns off the paused state. During the pause state the interface elements disappear and the background is turning blurred.
- (void)setPaused:(BOOL)paused animated:(BOOL)animated;
Parameters
- paused
- Defines if the scenario is set to the paused state. Set YES for pausing, NO otherwise.
- animated
- Defines if the interface elements vanishing and background blurring will be performed slower when the pause state is set. Pass YES to show the animation, NO otherwise.
02.03.2022 12:59:15