I'm trying to implement the new multi-window in iPadOS, and I struggle with drag'n'drop.
In this WWDC video they show us an example where a new scene is created after draging a mail to the side of the screen (at 11:45).
How can we do that? In the few other videos on the subject, they always create a new scene by tapping a button and calling appdelegate's requestSceneSessionActivation
.
Does anybody knows how to create a new scene like in the video?