MPMoviePlayerDidEnterFullscreenNotification
Posted when a movie player has entered full-screen mode. There is no userInfo dictionary.
Declaration
extern NSString * const MPMoviePlayerDidEnterFullscreenNotification;Discussion
A movie player can enter full screen mode programmatically (see the setFullscreen(_:animated:) method) or by user interaction. The movie player whose state has changed is available as the object associated with the notification.
See Also
Notifications
MPMoviePlayerDidExitFullscreenNotificationMPMoviePlayerIsAirPlayVideoActiveDidChangeNotificationMPMoviePlayerLoadStateDidChangeNotificationMPMoviePlayerNowPlayingMovieDidChangeNotificationMPMoviePlayerPlaybackDidFinishNotificationMPMoviePlayerPlaybackStateDidChangeNotificationMPMoviePlayerReadyForDisplayDidChangeNotificationMPMoviePlayerScalingModeDidChangeNotificationMPMoviePlayerThumbnailImageRequestDidFinishNotificationMPMoviePlayerTimedMetadataUpdatedNotificationMPMoviePlayerWillEnterFullscreenNotificationMPMoviePlayerWillExitFullscreenNotificationMPMovieDurationAvailableNotificationMPMovieMediaTypesAvailableNotificationMPMovieNaturalSizeAvailableNotification