Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UIProgressViewこの画像のように見せたいものがあります。進行色を設定しましたが、進行していない色(画像の白色)を設定できません。
UIProgressView
UIProgressViewのプロパティを調べることで私自身が見つけた簡単な解決策は次のとおりです。
progressView.trackTintColor = [UIColor whiteColor];