Hi,
I am having a UINavigationController on my main view controller. This navigation controller gets called when clicked on button of main view controller.
Is there any way to notify main view controller when I finished with my navigation controller?
I am using following syntax to come on main view.
Code:
[self.navigationController dismissModalViewControllerAnimated:YES];
Can we get any notification like "didComplete...." from navigation controller?
Vishal N