Commit 5062f43498a7c577f3487fdc60f94912ccc785c7
1 parent
4be70393
no message
Showing
1 changed file
with
1 additions
and
1 deletions
CNLiveBLoginModule/Classes/Controller/CNLiveLoginController.m
| ... | ... | @@ -230,7 +230,7 @@ |
| 230 | 230 | if(!strongSelf) return; |
| 231 | 231 | }; |
| 232 | 232 | vc.hidesBottomBarWhenPushed = YES; |
| 233 | - [strongSelf presentViewController:vc animated:YES completion:nil]; | |
| 233 | + [strongSelf.navigationController pushViewController:vc animated:YES]; | |
| 234 | 234 | |
| 235 | 235 | } |
| 236 | 236 | else if ([responseObject isKindOfClass:[NSDictionary class]] && [responseObject[@"errorCode"] isEqualToString:@"0"]) { | ... | ... |