UIAlertController-Blocks
UIAlertController-Blocks copied to clipboard
Displaying an alert on top of another alert dims the background further
The background turns increasingly more dark every time an alert is shown on top of another alert.
This wasn't the case with UIAlertView-Blocks. The behavior was to replace the existing alert with the new one, and when the user dismissed it, the previous alert was shown again.
Thanks!
