Customizing subtitles with AVPlayer
问题 I was able to display a subtitle track with AVPlayer on iOS 6, but I am not able to customize it. It just shows the same style (a small font size, in white). Here's how I select the subtitle: AVMediaSelectionGroup *subtitle = [asset mediaSelectionGroupForMediaCharacteristic: AVMediaCharacteristicLegible]; [self.videoPlayer.currentItem selectMediaOption:subtitle.options[0] inMediaSelectionGroup: subtitle]; And how I'm trying to customize the subtitle: AVTextStyleRule *rule = [[AVTextStyleRule