The Storyboard
has views Visual Effect View with Blur
and Visual Effect View with Blur and Vibrancy
. You can almost treat this like empty views.
So if you wanted a login dialog box that came up as a modal, but blur the background:
- The login dialog box would have its own View Controller
- Open the login dialog box as a modal
- Make sure the modal segue is
Over Current Context
so the screen below doesn't vanish - Add a
Visual Effect View with Blur
behind your other views, serving as a background