Commit 405a45cf97ebb1c50fd15a546bb703c1a3af6ff5
1 parent
ce4df34d
Exists in
newLive
no message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
YouerLiveVideo/YouerLiveVideo/controllers/User/UserViewController.swift
| ... | ... | @@ -49,7 +49,7 @@ class UserViewController: UIViewController { |
| 49 | 49 | self.navigationController?.pushViewController(vc, animated: true) |
| 50 | 50 | }else{ |
| 51 | 51 | let vc=Story.instantiateViewControllerWithIdentifier("NewLoginViewControllerVC", storyName: "Login") as! NewLoginViewController |
| 52 | - self.present(vc, animated: true, completion: nil) | |
| 52 | + self.navigationController?.pushViewController(vc, animated: true) | |
| 53 | 53 | } |
| 54 | 54 | |
| 55 | 55 | } | ... | ... |