Ios swift – Uikit: blur and dim behind a UIViewController (like a popover)
I am showing a complicated controller AskController (descended from UIViewController, UIPopoverPresentationControllerDelegate and UIPopoverControllerDelegate) over some different controllers, popover style. Is there an easy way to automatically dim and blur whatever happens behind said AskController, and remove those effects on a…