|
@@ -87,7 +87,10 @@
|
|
|
[UIDevice switchNewOrientation:UIInterfaceOrientationPortrait inController:logonVC];
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+ else if ([vc isKindOfClass:NSClassFromString(@"CustomNavViewController")]) {
|
|
|
+ CustomNavViewController *ctrl = (CustomNavViewController *)vc;
|
|
|
+ [ctrl popToRootViewControllerAnimated:YES];
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
- (NSString *)getVisableControllerName {
|