How can I configure the progress bar status and behavior of MPMoviePlayerController?

Since I'm new, I still can’t post the image ... so I have to draw a picture:

---------------------------------------------------------------------------
|[Done]                        Loading... (*)                             |
---------------------------------------------------------------------------
|                                                                         |
|                                                                         |
|                                                                         |
|                                                                         |
|                                                                         |
|                                                                         |
|                                                                         |
|                      |--------------------------|                       |
|                      |                          |                       |
|                      |   |<<      ||      >>|   |                       |
|                      |                          |                       |
|                      |--------------------------|                       |
|                                                                         |
---------------------------------------------------------------------------

My goal is to create a customized MPMoviePlayerController as shown above.

The background of the status bar has been changed, and among other things, it shows the Finish button, even if the player is still downloading the movie so that the user can cancel the download (the normal behavior of MPMoviePlayerController is to show “Finish” after the movie starts playing ) Believe it or not, (*) is an indicator of activity.

, , , - Apple , - MPMoviePlayerController, , - ?

+3
1

iPad view/viewController, MPMoviePlayerController. 8 ( ). , . Btw, XCode, , , .

enter image description here
, , .

+3

All Articles