skip to Main Content

Example of segmented progress bar:

enter image description here

  • Is there some way to duplicate this progress bar using swift.

2

Answers


  1. I don’t think you could do this with a UIProgressBar but it would be trivial to create your own control that had a Float value property that ranged from 0 to 1 and drew a colored bar based on the value.

    Login or Signup to reply.
  2. Good afternoon
    I had exactly the same question, I solved it by creating several identical vii

    I created for example 7 different views with indents from each other, that’s what happenedenter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search