用户资料卡片的显示

This commit is contained in:
fengshuo
2021-11-25 20:39:52 +08:00
committed by zu
parent 869414c8ef
commit ee0f8dd13e
49 changed files with 1855 additions and 2 deletions

View File

@@ -23,6 +23,8 @@
#import "RtcManager.h"
#import "XPUserCardViewController.h"
@interface XPRoomMenuContainerView ()
///
@property (nonatomic,strong) UIStackView *stackView;
@@ -80,14 +82,14 @@
break;
case XPRoomMenuItemType_Gift: {
NSString * roomUid = [NSString stringWithFormat:@"%ld", [self.delegate getRoomInfo].uid];
XPSendGiftView * giftView = [[XPSendGiftView alloc] initWithType:SendGiftType_Room uid:roomUid];
giftView.delegate = self.delegate;
NSArray * giftUses = [self configGiftUsers:[self.delegate getMicroQueue]];
[giftView configGiftUsers:giftUses];
[TTPopup popupView:giftView style:TTPopupStyleActionSheet];
}
break;
}
default:
break;
}