- iOS 5 : -viewWillAppear is not called after dismissing the modal in iPad
- AddName *add = [[AddName alloc] initWithNibName:@"AddName" bundle:nil]
- add.modalPresentationStyle = UIModalPresentationFormSheet;
- [self presentModalView:add animated:YES];
- [self dismissModalViewControllerAnimated:YES];
- NSLog(@">>>>>>>>>> new mwthod get called");
- [self viewWillAppear:TRUE];
- return YES;