星际探索飘屏修改
This commit is contained in:
@@ -697,7 +697,7 @@
|
||||
}
|
||||
|
||||
- (void)createSailingBannerAnimation:(AttachmentModel *)attatchment {
|
||||
CGFloat kscale = (CGFloat)60 / (CGFloat)375;
|
||||
CGFloat kscale = (CGFloat)55 / (CGFloat)375;
|
||||
XPSailingAnimationView *sailingView = [[XPSailingAnimationView alloc] initWithFrame:CGRectMake(KScreenWidth, kNavigationHeight + 15, KScreenWidth, KScreenWidth * kscale)];
|
||||
sailingView.prizeInfo = attatchment.data;
|
||||
[self.middleLevelView addSubview:sailingView];
|
||||
|
@@ -44,9 +44,9 @@
|
||||
}];
|
||||
|
||||
[self.titleLabel mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
make.left.mas_equalTo(self.backImageView).offset(89 * kScreenScale);
|
||||
make.top.mas_equalTo(self.backImageView).offset(29 * kScreenScale);
|
||||
make.right.mas_lessThanOrEqualTo(self.backImageView);
|
||||
make.left.mas_equalTo(self.backImageView).offset(70 * kScreenScale);
|
||||
make.centerY.mas_equalTo(self.backImageView);
|
||||
make.right.mas_equalTo(self.backImageView).offset(-38 * kScreenScale);
|
||||
}];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user