gpt4 book ai didi

ios - 为什么我不能访问我的父类(super class)方法?

转载 作者:行者123 更新时间:2023-12-01 19:08:48 24 4
gpt4 key购买 nike

我正在使用 LBYouTubePlayer 在我的应用中播放视频。

在 LBYouTubePlayer 框架中,它被子类化为 mpmovieplayercontroller,声明为

@interface LBYouTubePlayerViewController : MPMoviePlayerViewController 

在我自己的 View Controller 中,我做
@property (nonatomic, strong) LBYouTubePlayerViewController* videoPlayerController;

和视频成功播放
    self.videoPlayerController = [[LBYouTubePlayerViewController alloc] initWithYouTubeID:stringID quality:LBYouTubeVideoQualitySmall];
self.videoPlayerController.delegate = self;
[self.viewForPlayer addSubview:self.videoPlayerController.view];

但是当我尝试
[self.videoPlayerController setControlStyle:  MPMovieControlStyleDefault ];

方法不被识别?即使我执行self.videoPlayerController,自动完成弹出但不显示任何父类(super class)的方法?

最佳答案

setControlStyle 中没有MPMoviePlayerViewController 中的方法.

关于ios - 为什么我不能访问我的父类(super class)方法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18174158/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com