I had working with the iPhone example named "MoviePlayer" where it show you how to add an overlay over a MPMoviePlayer.
我曾使用名为“MoviePlayer”的iPhone示例,它向您展示如何在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?
这很好用,但我找不到他们在哪里设置按钮和标签?我该如何添加自己的一些控件?
1 个解决方案
#1
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".
然而,如果有人需要它:1。使用Interface构建器打开MainWindow.xib(双击应该工作)2。在xib窗口中,有一个名为“My overlay view”的视图。
this is it.
就是这个。
#1
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".
然而,如果有人需要它:1。使用Interface构建器打开MainWindow.xib(双击应该工作)2。在xib窗口中,有一个名为“My overlay view”的视图。
this is it.
就是这个。