Here's my problem: I've actually created a custom segue
to manage in a different way the transitions between my UIViewControllers
(I'm working on a Storyboard
based project). I added some animations using CATransform3D
to move the views...so...when I do that, the only thing I can see in the background is a black view.
I would love to know how to change that color and if is possible to replace it with a UIImageView
. Do you have any trick/idea to do that?
Thanks! :)