Thomas Coutard
03/26/2025, 11:08 AMplatform.UIKit.UIDevice
Thankssigmadelta
03/26/2025, 12:19 PM#if targetEnvironment(simulator)
// Your state handling for simulator
#endif
Thomas Coutard
03/26/2025, 12:23 PMsigmadelta
03/26/2025, 12:26 PMtrue
or make some config object, and then pass that into the UIViewController
of ComposeView