I want to display a alert message from viewDidLoad() method of ViewController.m instead from viewDidAppear() method.
viewDidLoad()
ViewController.m
viewDidAppear()
Here is m
to move this call to the viewDidAppear: method.