更换说明书

This commit is contained in:
kai60
2021-11-02 10:15:18 +08:00
parent 6029a5eb67
commit 7b7faab5ce
14 changed files with 225 additions and 19 deletions
@@ -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];