0
我有一個自定義顏色的簡單UIProgressView,我想失去蘋果的影子,這可以做到嗎?從UIProgressView中刪除陰影?
[[UIProgressView appearance] setProgressTintColor:[UIColor colorWithRed:5/255 green:72/255 blue:255/255 alpha:1.0]];
[[UIProgressView appearance] setTrackTintColor:[UIColor colorWithRed:0.0 green:0.0 blue:0.0 alpha:1.000]];
感謝
感謝您的幫助,效果很好。 – 2013-02-20 22:53:50