Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はiPhoneの開発者として働いています。iPhoneでオーバービュー動画を追加したい。Overly ビューには、ボタンとラベルが表示されます。要するに、ビデオは uiimage の代わりに背景として使用されます。それは可能ですか? 可能であれば、どのように?
それがあなたが望むものかどうかはわかりませんが、もしそうなら、これを試すことができます:
[self.view insertSubview:self.mySecondView belowSubview:self.myThirdView];
そのようにして、「mySecondView」が「myThirdView」の上に表示されます