How can I play a video in a circular view using MPMoviePlayerController. Is it possible to set the frame like a circle?
Please give me your valuable suggestions.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Considering what you can read in
MPMoviePlayerController Class Reference:Consider a movie player view to be an opaque structure. You can add your own custom subviews to layer content on top of the movie but you must never modify any of its existing subviews.
I think you are not allowed to change the frame, but you can add a subview and use it like a mask.
Here there is
MPMoviePlayerController Class Reference:http://developer.apple.com/library/IOs/#documentation/MediaPlayer/Reference/MPMoviePlayerController_Class/Reference/Reference.html