Dev*_*ted 0 iphone cocoa-touch objective-c uiprogressview
它会在.h还是.m中,我该怎么做?
Mat*_*all 13
如UIProgressView文档中所定义,UIProgressView具有progress属性.只需在创建视图时设置:
UIProgressView *view = [[UIProgressView alloc] initWithProgressViewStyle:whateverStyle];
view.progress = 0.75f;
// Do whatever you want with the view
// (and don't forget to -release it later)
Run Code Online (Sandbox Code Playgroud)
将UIProgressView进度值设置为75%初始化a
| 归档时间: |
|
| 查看次数: |
15942 次 |
| 最近记录: |