Skip to main content

Posts

Showing posts with the label MKMoviPlayer notification

MKMoviPlayer Notification

Some Notifications that generates MKMoviePlayer: MPMoviePlayerPlaybackStateDidChangeNotification MPMoviePlayerLoadStateDidChangeNotification [[ NSNotificationCenter defaultCenter ] addObserver : self                                              selector : @selector ( playBackStateChanged :)                                                  name : MPMoviePlayerLoadStateDidChangeNotification                                                 object : moviePlayerViewController . moviePlayer ]; -( void ) playBackStateChanged :( id ) sender {     MPMoviePlaybackState playbackState = [ moviePlayerViewControl...