| | |
| | | scale = 0.8; |
| | | pointerOffset = 5; |
| | | } |
| | | // else if(IsiPhoneX) |
| | | // { |
| | | // unitFontSize = 12; |
| | | // jiliangFontSize = 12; |
| | | // numFontSize = 14; |
| | | // tipsFontSize = 13; |
| | | // scale = 0.8; |
| | | // pointerOffset = 5; |
| | | // } |
| | | |
| | | UIImageView * ic_head_bg = [[UIImageView alloc] initWithFrame:CGRectMake(10, 0, SCREEN_WIDTH-20, 66*scale)]; |
| | | ic_head_bg.image = [UIImage imageNamed:@"ic_head_bg"]; |
| | |
| | | _currentShuziTipsLabel.text = @"未开始检测"; |
| | | [ic_zhishu_bk addSubview:_currentShuziTipsLabel]; |
| | | |
| | | UIImageView * ic_bottom_bg = [[UIImageView alloc] initWithFrame:CGRectMake(0, SCREEN_HEIGHT-64-88*scale-44, SCREEN_WIDTH, 88*scale)]; |
| | | UIImageView * ic_bottom_bg = [[UIImageView alloc] initWithFrame:CGRectMake(0, SCREEN_HEIGHT-NavBar_Height-88*scale-TabbarHeight, SCREEN_WIDTH, 88*scale)]; |
| | | ic_bottom_bg.image = [UIImage imageNamed:@"ic_radia_bottom_bg"]; |
| | | [self.view addSubview:ic_bottom_bg]; |
| | | |