更改图标
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user