Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in appdelegate

Open a ViewController from remote notification

iOS push notifications and AppDelegate methods behaviour

How can I check when an app comes back into the foreground from the background, but not from push notification?

Pausing timer when app is in background state Swift

ios swift nstimer appdelegate

Changing root view controller after iOS app has loaded.

Programmatically set rootViewcontroller for UINavigationcontroller in Storyboard in Appdelegate

Getting appdelegate value from viewcontroller

Array Index Out of Bounds issue (NSRangeException) in -[NSManagedObjectContext save:]

How to convert from UIKit life cycle to SwiftUI life cycle in iOS 14 (Xcode 12 Beta)

Launching ViewController from AppDelegate

this class is not key value coding-compliant for the key view.'

Detecting shake in AppDelegate

Calling UIViewController method from app delegate [duplicate]

'UIApplicationMain' attribute cannot be used in a module that contains top-level code

ios xcode swift appdelegate

Why is didReceiveRemoteNotification not called but didReceiveRemoteNotification:fetchCompletionHandler called when my app is in the foreground?

Call a method from AppDelegate - Objective-C

How is the return value of application:openURL:options: used?

ios appdelegate

The app delegate must implement the window property if it wants to use a main storyboard file

Swift Passing data from appDelegate to another class

Swift: How do I get access to the navigationController in AppDelegate