i've got a question regarding modal transitions in iOS in the Storyboard on the iPad: Is there any possibility to make the overlaying background darker than it is? I've tried a few things so far (overlaying a UIView with black background and alpha 0.8, writing a custom segue) but I've found no easy solution so far. Of course I can put an UIView over the source view controller, but I don't want to manually remove it when the destination view controller dismisses.
Do you have any easy solution?
Thank you so much!
Chris