我没有成功尝试过:
1. [self dismissViewControllerAnimated:YES completion:Nil];
2. [[self parentViewController] dismissViewControllerAnimated:YES
completion:Nil];
3. //from the parent view controller using a delegate
-(void)closeReplaceController
{
DLog(@"closeReplaceController");
[self dismissViewControllerAnimated:YES completion:Nil];
}