4
This commit is contained in:
@@ -324,8 +324,12 @@
|
||||
- (void)onTapEmailLogin {
|
||||
KBLOG(@"onTapEmailLogin in KBEmailRegistVC");
|
||||
KBEmailLoginVC *vc = [[KBEmailLoginVC alloc] init];
|
||||
[KB_CURRENT_NAV pushViewController:vc animated:true];
|
||||
|
||||
UINavigationController *nav = KB_CURRENT_NAV;
|
||||
if ([nav isKindOfClass:[BaseNavigationController class]]) {
|
||||
[(BaseNavigationController *)nav kb_pushViewControllerRemovingSameClass:vc animated:YES];
|
||||
} else {
|
||||
[nav pushViewController:vc animated:YES];
|
||||
}
|
||||
}
|
||||
|
||||
#pragma mark - Agreement Tap
|
||||
|
||||
Reference in New Issue
Block a user