|
|
|
|
|
by wallflower
5744 days ago
|
|
There is already SDK support for real-time video overlays (since iOS 3.2) > 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. In addition to layering content on top of a movie, you can provide custom background content by adding subviews to the view in the backgroundView property. http://developer.apple.com/library/ios/documentation/mediapl... |
|