简体   繁体   English

在iPhone中覆盖视频视图

[英]Overlay view over video in iphone

I am working as iPhone developer. 我正在作为iPhone开发人员。 I want to add overly view over video in iPhone. 我想在iPhone的视频中添加过多的视图。 Overly view will have buttons and labels on it. 过度显示将带有按钮和标签。 In short video be used as background instead of uiimage .Is it possible or not? 简而言之,视频可用作uiimage的背景,是否可以? If possible, then how? 如果可能的话,再怎么样?

I'm not sure that is what you want but if it is you can try this: 我不确定这是您想要的,但是如果是这样,您可以尝试以下方法:

[self.view insertSubview:self.mySecondView belowSubview:self.myThirdView];

in that way, the "mySecondView" will appear over the "myThirdView" 这样,“ mySecondView”将显示在“ myThirdView”上方

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM