I want to know if I can call an app delegate method from another ViewController.
When the app starts, the application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool
i method is called. Can I call this method a second time from another view controller?
Not sure why you want to do this. You probably shouldn't, but for the purpose of answering the question here it is: