1

I would like to make a progress bar with progress image, but it doesn't work for me in any way. I've tried subclassing, storyboard's attributes inspector and other ways... I would like to have progress image with gradient from left to right as this sample: Gradient for the progress image of progress bar . Does anyone know how to do it?

saltwat5r
  • 1,107
  • 13
  • 21

1 Answers1

2

You can set the progressImage property to set the image of the progress bar and the trackImage property for the empty track.

See the documentation.

Krumelur
  • 31,081
  • 7
  • 77
  • 119