【发布时间】:2011-08-10 14:30:28
【问题描述】:
我正在尝试自定义我的 UIProgressView。我希望它看起来像图片上的第三个:
请你告诉我我是如何做到这一点的。
【问题讨论】:
-
我只试过 PDProgressView: [progressView setTintColor:[UIColor colorWithRed:0.0f/255.0f green:176.0f/255.0f blue:224.0f/255.0f alpha:1.0f]]; [progressView setBackgroundColor:[UIColor colorWithRed:48.0f/255.0f green:48.0f/255.0f blue:48.0f/255.0f alpha:1.0f]];
标签: iphone objective-c xcode progress uiprogressview