【问题标题】:Exclude UI elements from ReplayKit screen capturing从 ReplayKit 屏幕捕获中排除 UI 元素
【发布时间】:2021-02-02 08:14:09
【问题描述】:

在使用 Replaykit 捕获屏幕时,如何从录制中排除 ui 元素?
我现在通常需要将它们添加到单独的窗口中,但是我以前的尝试没有成功。如何以 posy ios 13 方式为 ui 元素创建另一个窗口?

【问题讨论】:

    标签: ios screen ios13 voice-recording replaykit


    【解决方案1】:
     if #available(iOS 13.0, *) {
            BottomUIWindow.windowScene = view.window?.windowScene
        }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2019-11-14
      • 1970-01-01
      • 1970-01-01
      • 2018-05-27
      • 2012-04-19
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多