In iOS, the app delegate is responsible for managing the app throughout its lifecycle by responding to events such as launch and termination.
I'm rebuilding an app without storyboards and the part of it that I'm having the most trouble with is navigating …
ios objective-c swift uinavigationcontroller appdelegateI make walkthrough (onboarding flow) in my app and I'd like to have a skip button. The button is located …
ios swift uiviewcontroller appdelegateWhen I using Swift4in Xcode 9 gives me UIApplication.delegate must be used from main thread only .... must be used …
appdelegate swift4 xcode9I'm attempting to present a view controller from the app delegate with this code: - (void)interstitialViewControllerRequestSucceeded:(UIViewController *)interstitialViewController { [self.…
ios objective-c uiviewcontroller appdelegateI have following code in my AppDelegate.swift to setup root view controller for an iOS application. But it does …
ios swift appdelegate ios13 rootviewcontrollerI want to know if I can call an app delegate method from another ViewController. When the app starts, the …
ios swift appdelegateI am trying to load a specific ViewController from the app delegate in swift when a user clicks a UILocalNotification. …
ios swift appdelegateThis is didFinishLaunchingWithOptions Method in AppDelegate. Let me explain scenario, I have developed sideMenu like facebook in my app, but …
ios appdelegate rootviewI would like to write in the text or csv (prefer) file the variable from the view controller. Indeed I …
swift viewcontroller appdelegateOnce I receive a push notification and swipe to open it, it just opens my app and not the VC …
push-notification apple-push-notifications appdelegate