简体   繁体   中英

Overlay view over video in iphone

I am working as iPhone developer. I want to add overly view over video in 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? 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"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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