The code below will prevent the iPhone from dimming its screen and ultimately going to sleep.
[UIApplication sharedApplication].idleTimerDisabled = YES;
[UIApplication sharedApplication].idleTimerDisabled = YES;
Sample Code import SwiftUI struct ContentView : View { @State var isCustomViewControllerDisplayed = false @State private va...
No comments:
Post a Comment