音萌企业包2.1.2发版
This commit is contained in:
@@ -239,6 +239,7 @@ NSString * const kHadQuitOtherRoomKey = @"kHadQuitOtherRoomKey";//是否退出
|
||||
- (void)viewWillAppear:(BOOL)animated {
|
||||
[super viewWillAppear:animated];
|
||||
[UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleLightContent;
|
||||
|
||||
}
|
||||
|
||||
#pragma mark - Private Method
|
||||
@@ -254,6 +255,9 @@ NSString * const kHadQuitOtherRoomKey = @"kHadQuitOtherRoomKey";//是否退出
|
||||
[self.view addSubview:self.roomHeaderView];
|
||||
[self.view addSubview:self.functionView];
|
||||
[self.view addSubview:self.animationView];
|
||||
id traget = self.navigationController.interactivePopGestureRecognizer.delegate;
|
||||
UIPanGestureRecognizer * pan = [[UIPanGestureRecognizer alloc]initWithTarget:traget action:nil];
|
||||
[self.view addGestureRecognizer:pan];
|
||||
}
|
||||
|
||||
- (void)initSubViewConstraints {
|
||||
|
Reference in New Issue
Block a user