python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
iOS Convering an Old project to use UI
I am trying to convert (slowly mordenize) an old iOS project to support UISceneDelegate.
However at the moment the old appdelegate creates a UIWindow and attaches a UIViewController to the windows roo...
canderse
Votes: 0
Answers: 1
LaunchOptions is always nil with SceneDelegate
I have investigated siginificant location.
I would like to get location information when not running app.
https://developer.apple.com/documentation/corelocation/getting_the_user_s_location/using_the_s...
funzin
Votes: 0
Answers: 1
How can I choose which scene gets restored on iPadOS when all have been dismissed?
I have an iPad app in which I'm starting to support multiple windows / scenes. I have one main window type, let's say MainScene, and at least one secondary window type for opening specific types of co...

Tom Hamming
Votes: 0
Answers: 1
Keyboard not appearing in UITextField and UITextView IOS 15
i am not using storyboard for this application so here's my SceneDelegate willConnectTo function
func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene....
Omar Ghanem
Votes: 0
Answers: 1