更改图标

This commit is contained in:
Joywayer
2023-12-27 21:55:24 +08:00
parent d094605aa7
commit 8c3742da5c
41 changed files with 119 additions and 116 deletions

View File

@@ -1012,7 +1012,7 @@
background.frame=CGRectMake(0,0,DEVW , DEVH);
[self.view addSubview:background];
pro_Download=[[UIProgressView alloc] initWithFrame:CGRectMake(100,DEVH-100, DEVW-200, 20)];
pro_Download=[[UIProgressView alloc] initWithFrame:CGRectMake(100,DEVH-100, DEVW-100, 10)];
[pro_Download setProgress:0.0];
[background addSubview:pro_Download];
[pro_Download release];