Commit ac3bfc98b131d73cb35da75b74d65d7d7128305f
1 parent
5759e542
Exists in
newLive
no message
Showing
1 changed file
with
1 additions
and
0 deletions
 
Show diff stats
YouerLiveVideo/YouerLiveVideo/controllers/User/UserViewController.swift
| @@ -44,6 +44,7 @@ class UserViewController: UIViewController { | @@ -44,6 +44,7 @@ class UserViewController: UIViewController { | ||
| 44 | 44 | ||
| 45 | @IBAction func userEditClcik(_ sender: Any) { | 45 | @IBAction func userEditClcik(_ sender: Any) { | 
| 46 | let vc = Story.instantiateViewControllerWithIdentifier("UserEditViewControllerVC", storyName: "User") as! UserEditViewController | 46 | let vc = Story.instantiateViewControllerWithIdentifier("UserEditViewControllerVC", storyName: "User") as! UserEditViewController | 
| 47 | + vc.title = "用户" | ||
| 47 | self.navigationController?.pushViewController(vc, animated: true) | 48 | self.navigationController?.pushViewController(vc, animated: true) | 
| 48 | } | 49 | } | 
| 49 | 50 |