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 ?
Asked
Active
Viewed 335 times
3

Vadim Kotov
- 8,084
- 8
- 48
- 62

Nevgauker
- 241
- 1
- 12
1 Answers
-1
if #available(iOS 13.0, *) {
BottomUIWindow.windowScene = view.window?.windowScene
}

Nevgauker
- 241
- 1
- 12