add files
This commit is contained in:
@@ -52,7 +52,7 @@ static int const showTime = 5;
|
||||
// [_adView addGestureRecognizer:tap];
|
||||
CGFloat btnW = 80;
|
||||
CGFloat btnH = 26;
|
||||
_countBtn = [[UIButton alloc] initWithFrame:CGRectMake(KMainW - btnW - 24,PhoneX_STATUBAR_H + 10, btnW, btnH)];
|
||||
_countBtn = [[UIButton alloc] initWithFrame:CGRectMake(KMainW - btnW - 24,Phone_STATUBAR_H + 10, btnW, btnH)];
|
||||
|
||||
[_countBtn addTarget:self action:@selector(removeAdView) forControlEvents:UIControlEventTouchUpInside];
|
||||
// [_countBtn setTitle:[NSString stringWithFormat:@"跳过%d",showTime] forState:UIControlStateNormal];
|
||||
|
||||
Reference in New Issue
Block a user