This commit is contained in:
启星
2025-10-20 20:05:55 +08:00
parent fdeed970d4
commit 0e20842c69
714 changed files with 5210 additions and 78 deletions

View File

@@ -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"];