I am working on my iOS app, and been trying to figure this out for the past couple of days now and no resources I could find available.
I have an image covering my entire view controller and on top of it, a visual effect view with blur. All things are constrained to the edges and the blur effect is aligned to the background images's edges.
Works perfectly, but during transition between view controllers, the images seems to get show ahead and shows it raw(without the blur on top of it) for a bit before it completes the entire transition.
Any ideas? I tried so many things already and nothing seems to work.
EDIT: More information: By observing, i think my image is coming back to it's normal dimensions during the animation transition instead of just holding up to my screen size. Maybe somebody can show me the way on how to keep this intact?