Since I'm new I can't post image yet... so I'll have to draw the picture:
---------------------------------------------------------------------------
|[Done] Loading... (*) |
---------------------------------------------------------------------------
| |
| |
| |
| |
| |
| |
| |
| |--------------------------| |
| | | |
| | |<< || >>| | |
| | | |
| |--------------------------| |
| |
---------------------------------------------------------------------------
My goal is to create a customized MPMoviePlayerController looks like above.
The status bar's background has been changed, and the other thing is it shows the "Done" button even when the player is still loading the movie so that the user can cancel the loading (normal behavior of MPMoviePlayerController is to show the "Done" button after the movie starts to play). Believe it or not, the (*) is the activity indicator.
I may be wrong, but I think I read somewhere in Apple's document that one can't modify any of the subviews of MPMoviePlayerController, so I'm wondering if anyone has done anything like this before?