The scaling mode to use when displaying the movie.
SDKs
- iOS 2.0–9.0Deprecated
- Mac Catalyst 13.0–13.0Deprecated
Framework
- Media Player
Declaration
@property(nonatomic) MPMovie Scaling Mode scalingMode;
Discussion
Changing this property while the movie player is visible causes the current movie to animate to the new scaling mode.
The default value of this property is MPMovie
. For a list of available scaling modes, see MPMovie
.