So I have a flow in my app where all the view controllers have the same gradient background (using a UIImageView).
I’m presenting each of them modally with a cross-dissolve transition as opposed to using a navigation controller because I don’t want the horizontal push/pop transition. Is there a better way to do this? Perhaps using a navigation controller and disabling the push/pop animation and just fading/pushing the UI elements into the view?
I want it to look like the background never changes through the workflow, but the ui elements/contents for each view controller do change.