tags:

views:

629

answers:

2

Hi all,

I had working with the iPhone example named "MoviePlayer" where it show you how to add an overlay over a MPMoviePlayer.

This works great, but I can't find where did they set the button and label? how can I add some controls of my own?

Thanks!

+1  A: 

Asked too soon.

Yet, if someone needs it:
1. open the MainWindow.xib with Interface builder (double-click should work)
2. in the xib window, there is a view named "My overlay view".

this is it.

yn2
A: 

Thanks that helps. Could you tell me which class i have to change inorder to capture the button click events in the overlay view.

sancho
I'm happy that helped. I don't know if Apple lets developers to change the overlay class. I think not.You can create your own overlay if you need.Good luck!
yn2