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:...

February 1, 2022 ยท 1 min