菜鸟教程小白 发表于 2022-12-13 04:30:11

ios - 如何确定 AirPlay 弹出 View 是否可见


                                            <p><p>我正在为 <code>MPMoviePlayerController</code> 创建自定义控件,因此我必须通过 <code>MPVolumeView</code> 手动添加我自己的 AirPlay 按钮。 </p>

<p>每当我淡入我的自定义电影播放器​​控件时,我都会启动一个计时器,它会在一定秒数后淡出它们。但在我将它们淡出之前,我想检查 AirPlay 弹出 View 是否可见 - 如果是,请延迟淡出,直到弹出 View 消失。我该怎么做? </p>

<p> <img src="/image/GTtXN.png" alt="AirPlay UIPopoverView"/> </p>

<p><em>如何以编程方式确定 AirPlay 弹出 View 是否可见?</em></p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>首先,公共(public) API 中没有允许您执行此操作的方法。</p>

<p>如果您确实想尝试,我能想到的一种方法是观察应用程序的主窗口,并留意何时将弹出 View 添加到 View 层次结构中。通过进一步观察此弹出框,您应该能够知道它何时被关闭。</p>

<p><strong>然而</strong>,这真的很老套,因为它依赖于不改变的底层实现(在未来的 iOS 版本中它可以而且不可避免地会改变)。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 如何确定 AirPlay 弹出 View 是否可见,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/19203940/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/19203940/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 如何确定 AirPlay 弹出 View 是否可见