v0.8.0
This commit is contained in:
@@ -86,6 +86,7 @@ static int const showTime = 5;
|
||||
NSMutableAttributedString *title = [[NSMutableAttributedString alloc] initWithString:@"了解更多" attributes:@{NSFontAttributeName:[UIFont fontWithName:GIGA_FONTNAME size:18],NSForegroundColorAttributeName:[UIColor whiteColor]}];
|
||||
[moreinfoBtn setAttributedTitle:title forState:UIControlStateNormal];
|
||||
|
||||
|
||||
UILabel *year = [[UILabel alloc] init];
|
||||
year.textColor = [UIColor whiteColor];
|
||||
year.font = GIGA_TEXTFONTBOLD(10);
|
||||
@@ -131,6 +132,8 @@ static int const showTime = 5;
|
||||
make.left.mas_equalTo(20);
|
||||
}];
|
||||
|
||||
|
||||
moreinfoBtn.hidden = YES;
|
||||
}
|
||||
|
||||
-(void)removeAdView{
|
||||
|
||||
Reference in New Issue
Block a user