Reputation: 1079
Hai all,
in my audio streaming application i like to show the progress of downloading and playing, when i tried it with MPMoviePlayerController, it shows both progress in the same progress bar, is there any way to implement (or use) the applies default progress bar in our application ?
thanks in advance
Upvotes: 1
Views: 808
Reputation: 37494
Use two overlapping progress bars, one being a little transparent. This way, you create the illusion of the same progress bar showing two things independently. The semi-transparent one should be on top, so you can see it.
Upvotes: 1
Reputation: 5902
You have three options:
Upvotes: 1