我有一个带有自定义颜色的简单 UIProgressView,我想失去 Apple 阴影,可以这样做吗?
[[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]];
谢谢