开发者

iOS: MPMoviePlayer, remove from its superview

开发者 https://www.devze.com 2023-03-17 03:20 出处:网络
Once added, I would like to know if it is possible to remove a movie player from its superview. I\'ve searched a lot but I haven\'t fo开发者_Go百科und any solution yet. In particular, I would remove t

Once added, I would like to know if it is possible to remove a movie player from its superview. I've searched a lot but I haven't fo开发者_Go百科und any solution yet. In particular, I would remove the player when the user tap on end button.

Any suggestions?


Maybe you could use code like this :

[thePlayer.view removeFromSuperview];


[videoPlayer stop];
[videoPlayer removeFromSuperview];

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号