Many banking apps implement a static image when the user is switching apps or multitasking. Then when the app is opened again, the user is prompted to login/use TouchID. I figured I should launch a view controller (animated: false
) from applicationWillResignActive
in AppDelegate
, but the underlying view is still visible when multitasking.
How should this privacy view be implemented?