开发者

Hiding Controlls in movi player

开发者 https://www.devze.com 2023-02-21 16:20 出处:网络
can i hide controls (that play/pause next/previous) bar from my开发者_运维问答 application movie?If you are using MPMoviePlayerController you can use its controlStyle property.

can i hide controls (that play/pause next/previous) bar from my开发者_运维问答 application movie?


If you are using MPMoviePlayerController you can use its controlStyle property.

movieController.controlStyle = MPMovieControlStyleNone;
0

精彩评论

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