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 view 上面会有按钮和标签。简而言之,将视频用作背景而不是 uiimage 。这可能吗?如果可能,那怎么做?
我不确定这是你想要的,但如果是你可以试试这个:
[self.view insertSubview:self.mySecondView belowSubview:self.myThirdView];
这样,“mySecondView”将出现在“myThirdView”之上