Exclude UI elements from ReplayKit screen capturing

422 views Asked by At

While capturing the screen with Replaykit, how do i exclude ui elements from the recording?
I now in general i need to add them into a seprate window , but my previus attemnts where not successful. how do i create another window for the ui elements the posy ios 13 way ?

1

There are 1 answers

0
Nevgauker On BEST ANSWER
 if #available(iOS 13.0, *) {
        BottomUIWindow.windowScene = view.window?.windowScene
    }