How to change Modal background color to transparent in Objective-C

background, modal-dialog, objective-c

Solution

iOS doesn't support transparency when presenting a view modally.

Problem

I would like to have a modal view with a transparent background color, so that the view behind it can be seen by user.

Original source

Related problems