Commit 396a99a2244706b87450479be45e310559615e7e
1 parent
b24f7862
no message
Showing
1 changed file
with
1 additions
and
1 deletions
Example/CNLiveServices/Login/Controller/CNLoginViewController.m
| @@ -28,7 +28,7 @@ | @@ -28,7 +28,7 @@ | ||
| 28 | [super viewDidLoad]; | 28 | [super viewDidLoad]; |
| 29 | // Do any additional setup after loading the view. | 29 | // Do any additional setup after loading the view. |
| 30 | self.view.backgroundColor = [UIColor whiteColor]; | 30 | self.view.backgroundColor = [UIColor whiteColor]; |
| 31 | - | 31 | + self.title = @"登录"; |
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | /* | 34 | /* |