-4

I want to create this type of UIProgressView:

3-color progress view

pkamb
  • 33,281
  • 23
  • 160
  • 191
Jay Raval
  • 23
  • 3
  • What have you tried? What is the issue? Please add some content to the question. https://stackoverflow.com/help/how-to-ask – Max Pringle Sep 13 '17 at 12:49
  • It isn't clear what you want to do. It looks you are displaying 2 separate values? (A red value and a dark gray value). Would the 2 track separately? What if the dark gray value is less than the red value? You need to define the problem much more clearly, and then you need to tell us what you've tried. – Duncan C Sep 13 '17 at 13:07

1 Answers1

-1

You could put two progress bars on top of each other and set the top one's track colour to UIColor.clear

Alain T.
  • 40,517
  • 4
  • 31
  • 51