Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 355 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 355 Bytes

MultiWindow

Multiple UIWindow in same UIScreen experiment.

Simulator.Screen.Recording.-.iPhone.13.mini.-.2022-08-22.at.20.59.32.mp4

Key classes

  • AppDelegate: UIResponder, UIApplicationDelegate
    • This creates 2 new windows and resize then to fit on screen simulatenously.
    • Also provides a way to close the window.