SecuredViewController
public final class SecuredViewController : UIViewController
A View Controller wrapper to blur its content when going into the background. Used to wrap view controllers that contain sensitive user info.
-
Initializes the
SecuredViewController
.Declaration
Swift
public init(child: UIViewController, style: ViewStyle)
Parameters
child
The wrapped
UIViewController
.style
The UI style.