Top "Appdelegate" questions

In iOS, the app delegate is responsible for managing the app throughout its lifecycle by responding to events such as launch and termination.

What is rootViewController & when do I use it?

while integrating a payment gateway in my iOS app, I used rootViewController property as below: UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" …

ios iphone appdelegate rootviewcontroller