2012-07-20 109 views

回答

0

Le documentation

trackImage 一種圖像以用於未填充的軌跡的部分上。如果您提供自定義圖像,trackTintColor屬性將被忽略。如果您提供自定義圖像,則會忽略trackTintColor屬性。

可用性 適用於iOS 5.0或更高版本。 宣佈 UIProgressView.h

而且

progressTintColor 對於填充在進度條的部分中示出的顏色。

@property(nonatomic,retain)UIColor * progressTintColor 可用性 適用於iOS 5.0及更高版本。 宣佈 UIProgressView.h

0

使用此功能可以幫助你。它會給出像圖像像素一樣的圖像圖案顏色。根據下載進度更改圖像幀。將此顏色設置爲圖像的背景。

[UIColor colorWithPatternImage:[UIImage imageNamed:@"image.png"]];