提交
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#import "QXRedBagSendView.h"
|
||||
#import "QXRoomViewController+RedPacket.h"
|
||||
#import "QXRoomViewController+Activity.h"
|
||||
#import "QXRoomViewController+QXGiftDrift.h"
|
||||
#import "QXRedBagRecordViewController.h"
|
||||
|
||||
@interface QXRoomViewController ()<
|
||||
@@ -90,6 +91,8 @@ QXRoomUserInfoViewDelegate
|
||||
[super viewDidLoad];
|
||||
// Do any additional setup after loading the view.
|
||||
[self initRedpacketManager];
|
||||
[self initGiftDriftManager];
|
||||
[self initActivityObeserver];
|
||||
}
|
||||
-(void)viewWillAppear:(BOOL)animated{
|
||||
[super viewWillAppear:animated];
|
||||
@@ -133,7 +136,7 @@ QXRoomUserInfoViewDelegate
|
||||
-(void)initSubViews{
|
||||
|
||||
// [self updateBgImage:@"room_background"];
|
||||
[self initActivityObeserver];
|
||||
|
||||
self.bgImageHidden = YES;
|
||||
self.roomBgImageView = [[UIImageView alloc] initWithFrame:self.view.bounds];
|
||||
// self.roomBgImageView.image = [UIImage imageNamed:@"room_background"];
|
||||
|
||||
Reference in New Issue
Block a user