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?
Asked
Active
Viewed 766 times
1 Answers
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
-
It doesn't work for me. In storyboard looks good, but when I run it on the phone it doesn't work. – saltwat5r Feb 03 '14 at 22:09