修改了个播在麦位不能滚动
This commit is contained in:
@@ -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];
|
||||
|
@@ -207,6 +207,7 @@
|
||||
_cycleScrollView.delegate = self;
|
||||
_cycleScrollView.showPageControl = NO;
|
||||
_cycleScrollView.autoScrollTimeInterval = 3.0;
|
||||
[_cycleScrollView disableScrollGesture];
|
||||
}
|
||||
return _cycleScrollView;
|
||||
}
|
||||
|
@@ -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) {
|
||||
///更新个数
|
||||
|
Reference in New Issue
Block a user