How can I make the background of a UIView translucent so that the user can see their (blurred) home screen?
If this is not possible, perhaps I can screenshot the home screen and add a translucency effect. In this case, how do I take a screenshot of the user's home screen?
Apple has tight privacy views (which I support) so I understand that none of the above may be permitted.
1. For having background of previous UIViewController, present next controller with presentationStyle as overFullScreen.
If need translucent effect use,
2. To take screenshot.