In iOS, the app delegate is responsible for managing the app throughout its lifecycle by responding to events such as launch and termination.
while integrating a payment gateway in my iOS app, I used rootViewController property as below: UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" …
ios iphone appdelegate rootviewcontroller