i can use
MyFirstAppDelegate * Delegate = (MyFirstAppDelegate *)[[UIApplication sharedApplication] delegate];
[Delegate.navigationController popViewControllerAnimated:YES];
or
[self.navigationController popViewControllerAnimated:YES];
So what is the difference between both ?
Please answer me ......
Thanks in advance..