Commit 396a99a2244706b87450479be45e310559615e7e

Authored by zhangxiaowen
1 parent b24f7862

no message

Example/CNLiveServices/Login/Controller/CNLoginViewController.m
... ... @@ -28,7 +28,7 @@
28 28 [super viewDidLoad];
29 29 // Do any additional setup after loading the view.
30 30 self.view.backgroundColor = [UIColor whiteColor];
31   -
  31 + self.title = @"登录";
32 32 }
33 33  
34 34 /*
... ...