I wan to create different ui depending on whether app is full screen or split screen just like the Vectornator app in SwiftUI. How do i do this?
Asked
Active
Viewed 384 times
0

Sayan Paul
- 77
- 2
- 4
-
2Check out Size classes – aheze Aug 25 '21 at 21:36
-
@aheze Thank you so much. It solved my problem. – Sayan Paul Aug 25 '21 at 21:54
-
Does this answer your question? [Detect if app is running in Slide Over or Split View mode in iOS 9](https://stackoverflow.com/questions/31367387/detect-if-app-is-running-in-slide-over-or-split-view-mode-in-ios-9) – mahan Aug 27 '21 at 10:32