修改了个播在麦位不能滚动

This commit is contained in:
fengshuo
2022-10-31 17:31:59 +08:00
parent 8829705044
commit 4493532cad
18 changed files with 96 additions and 38 deletions

View File

@@ -641,7 +641,7 @@
- (UIButton *)anchorButton {
if (!_anchorButton) {
_anchorButton = [UIButton buttonWithType:UIButtonTypeCustom];
[_anchorButton setTitle:@"个播" forState:UIControlStateNormal];
[_anchorButton setTitle:@"人气" forState:UIControlStateNormal];
[_anchorButton setTitleColor:[ThemeColor giftSegmentSelectTitleColor] forState:UIControlStateSelected];
[_anchorButton setTitleColor:[ThemeColor giftSegmentNormalTitleColor] forState:UIControlStateNormal];
_anchorButton.titleLabel.font = [UIFont systemFontOfSize:13 weight:UIFontWeightSemibold];

View File

@@ -207,6 +207,7 @@
_cycleScrollView.delegate = self;
_cycleScrollView.showPageControl = NO;
_cycleScrollView.autoScrollTimeInterval = 3.0;
[_cycleScrollView disableScrollGesture];
}
return _cycleScrollView;
}

View File

@@ -376,7 +376,6 @@
return;
}
self.giftBarView.sendButtonIsEnable = NO;
NSLog(@"送礼物陈宫之前的时间:%@", [NSDate date]);
///
[self.presenter sendGift:uidString giftNum:giftNumber sendType:sendType giftId:giftId giftSource:sourceType giftType:giftInfo.giftType roomSendType:roomSendType roomUid:self.roomUid msg:@""];
} else {
@@ -593,7 +592,6 @@
}
- (void)sendGiftSuccess:(GiftReceiveInfoModel *)receiveInfo originDic:(NSDictionary *)originDic uidCount:(NSInteger)uidCount{
NSLog(@"送礼物陈宫之后的时间:%@", [NSDate date]);
self.giftBarView.sendButtonIsEnable = YES;
if (receiveInfo.sourceType == GiftSourceType_Pack) {
///