Unfortunately, this feature is not available in playback classes MPMoviePlayer. This is obviously quite annoying, and you should consider filing a feature request with Apple. Instead, you can use the class AVPlayer, which as a property .closedCaptionDisplayEnabled: the disadvantage is somewhat more difficult to use and is available only for iOS 4.0 +.
source
share