| | |
| | | #import "EZAreaInfo.h" |
| | | #import "EZUserInfo.h" |
| | | #import "Toast+UIView.h" |
| | | #import "EZVideoTalkViewcontroller.h" |
| | | //#import "EZVideoTalkViewcontroller.h" |
| | | #import "EZMultiChannelRealPlayVC.h" |
| | | #import "EZHubDebugViewController.h" |
| | | #import "GlobalKit.h" |
| | |
| | | - (void)viewDidLoad |
| | | { |
| | | [super viewDidLoad]; |
| | | |
| | | |
| | | // [[UIBarButtonItem appearance] setBackButtonTitlePositionAdjustment:UIOffsetMake(0, -60) |
| | | // forBarMetrics:UIBarMetricsDefault]; |
| | | |
| | | // Uncomment the following line to preserve selection between presentations. |
| | | // self.clearsSelectionOnViewWillAppear = NO; |
| | |
| | | // self.title. |
| | | |
| | | self.logoutBtn.title = NSLocalizedString(@"Logout", @"注销"); |
| | | self.logoutBtn.title = @""; |
| | | [self.logoutBtn setEnabled: NO]; |
| | | |
| | | [self checkEZIsLogin]; |
| | | } |
| | |
| | | } |
| | | |
| | | - (void) go2VideoTalk:(EZDeviceInfo *)deviceInfo { |
| | | EZVideoTalkViewcontroller *vc = [EZVideoTalkViewcontroller videoTalkVC]; |
| | | vc.deviceInfo = deviceInfo; |
| | | [self.navigationController pushViewController:vc animated:YES]; |
| | | // EZVideoTalkViewcontroller *vc = [EZVideoTalkViewcontroller videoTalkVC]; |
| | | // vc.deviceInfo = deviceInfo; |
| | | // [self.navigationController pushViewController:vc animated:YES]; |
| | | } |
| | | |
| | | - (IBAction)go2MultiPlay:(id)sender { |