IPhone MoviePlayer example with button and label

I worked with an iPhone example called "MoviePlayer" where it showed you how to add an overlay on top of MPMoviePlayer.

This works great, but I can't find where they installed the button and shortcut? how can i add some controls myself?

0


a source to share


1 answer


It is asked too early.

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



here it is.

+1


a source







All Articles