I'm developing an iPad magazine App.

While researching other apps I thought the GQ one was the best.

I would like to implement a similar custom movie player in my app. It would include a Play button, pause button, stop button, and slidebar along with the player.

I'm looking for ideas on how GQ implements a player like this or how I may go about creating my own.

link|improve this question

80% accept rate
what is this GQ??? – Sarah Dec 29 '11 at 6:42
Oh, I Guess there isn't GQ App in US Appstore. Never mind about the App. Just wanna make custom movie player with new button and slide – Sallie Lee Dec 29 '11 at 7:03
feedback

1 Answer

up vote 0 down vote accepted

MPMoviePlayerController

UIButton

UISlider

link|improve this answer
I meant the button as a button that belongs to MoviePlayer standard UI. is that really that simple to change the UIButton customary in the MoviePlayer UI? – Sallie Lee Jan 4 at 6:08
No, but you can put the movie player’s view inside your own view and overlay buttons on it yourself. Hook those up to IBAction methods that call the movie player’s -play, -pause, etc., and there you have it. – Noah Witherspoon Jan 4 at 7:01
Thank you, I think I found a solution on your answer! – Sallie Lee Jan 4 at 10:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.