What is UITransitionView about?
I was using Xcodeโs View Hierarchy and noticed this UITransitionView in my view hierarchy. ... UIWindow UITransitionView FooVC UITransitionView BarVC This was odd because I was expected a view hierarchy as such: ... UIWindow UITransitionView FooVC BarVC What made it more perplexing was that the canvas was showing things correct, but the View Hierarchy didnโt make sense. To be clear on jargon, the following is the name of each section of Appleโs view debugger:...