修改了航海入口的位置
This commit is contained in:
@@ -75,9 +75,9 @@
|
||||
- (void)initSubViews {
|
||||
[self addSubview:self.stackView];
|
||||
[self.stackView addArrangedSubview:self.cycleScrollView];
|
||||
[self.stackView addArrangedSubview:self.sailingImageView];
|
||||
[self.stackView addArrangedSubview:self.placeHolderView];
|
||||
[self.stackView addArrangedSubview:self.firstRechargeImageView];
|
||||
[self.stackView addArrangedSubview:self.sailingImageView];
|
||||
[self.stackView addArrangedSubview:self.candyTreeImageView];
|
||||
[self.stackView addArrangedSubview:self.joinDatingView];
|
||||
}
|
||||
|
@@ -279,7 +279,7 @@
|
||||
[self receiveLicneseHourRank:attachment];
|
||||
} else if (attachment.first == CustomMessageType_Gift_Compound && attachment.second == Custom_Message_Sub_Gift_Compound) {///魔法小屋合成礼物
|
||||
[self receiveGiftCompound:attachment];
|
||||
} else if(attachment.first == CustomMessageType_Room_Sailing) {
|
||||
} else if(attachment.first == CustomMessageType_Room_Sailing && (attachment.second == Custom_Message_Sub_Sailing_AllRoom_Notify || attachment.second == Custom_Message_Sub_Sailing_InRoom_NeedAllMicSend)) {
|
||||
[self receiveRoomSailing:attachment];
|
||||
} else if(attachment.first == CustomMessageType_Graffiti_Gift) {///涂鸦礼物
|
||||
[self receiveRoomGraffitiGift:attachment];
|
||||
|
@@ -14,6 +14,7 @@
|
||||
#import "NSObject+MJExtension.h"
|
||||
#import <MarqueeLabel.h>
|
||||
|
||||
|
||||
@interface XPSailingAnimationView ()
|
||||
///背景图
|
||||
@property (nonatomic,strong) UIImageView *backImageView;
|
||||
@@ -55,6 +56,8 @@
|
||||
return attr;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#pragma mark - Getters And Setters
|
||||
- (void)setPrizeInfo:(NSDictionary *)prizeInfo {
|
||||
_prizeInfo = prizeInfo;
|
||||
@@ -90,6 +93,7 @@
|
||||
if (!_titleLabel) {
|
||||
_titleLabel = [[MarqueeLabel alloc] init];
|
||||
_titleLabel.scrollDuration = 4.0;
|
||||
_titleLabel.fadeLength = 15;
|
||||
_titleLabel.userInteractionEnabled = YES;
|
||||
}
|
||||
return _titleLabel;
|
||||
|
Reference in New Issue
Block a user