Posted when the scaling mode of a movie player has changed. There is no user
dictionary.
SDKs
- iOS 2.0–9.0Deprecated
- Mac Catalyst 13.0–13.0Deprecated
Framework
- Media Player
Declaration
NSString *const MPMoviePlayerScalingModeDidChangeNotification;
Discussion
Scaling mode can change programmatically or by user interaction. To set or retrieve the scaling mode of a movie player, access its scaling
property. The movie player whose state has changed is available as the object associated with the notification.