更换说明书
This commit is contained in:
@@ -221,7 +221,7 @@
|
||||
}
|
||||
self.aDImgView.userInteractionEnabled = YES;
|
||||
self.skipBtn = [UIButton buttonWithType:UIButtonTypeCustom];
|
||||
self.skipBtn.frame = CGRectMake(mainWidth - 70, 20, 60, 30);
|
||||
self.skipBtn.frame = CGRectMake(mainWidth - 70, [[UIApplication sharedApplication] statusBarFrame].size.height, 60, 30);
|
||||
//self.skipBtn.backgroundColor = [UIColor brownColor];
|
||||
self.skipBtn.titleLabel.font = [UIFont systemFontOfSize:14];
|
||||
[self.skipBtn addTarget:self action:@selector(skipBtnClick) forControlEvents:UIControlEventTouchUpInside];
|
||||
|
||||
Reference in New Issue
Block a user