One UIWindowScene while folding, or does the scene disconnect and reconnect?

We create the window once in scene(_:willConnectTo:options:) with windowScene.coordinateSpace.bounds. After a fold, should that same scene’s screen.bounds and coordinateSpace.bounds animate to the new display, or does UIKit discard the session and deliver a new scene we must attach the window to?

One UIWindowScene while folding, or does the scene disconnect and reconnect?
 
 
Q