Post not yet marked as solved
Post marked as unsolved with 0 replies, 441 views
Hello,
Im working on an app where the user will be drawing on the screen while it is recorded.
But I want to be able to hide some parts when for example he changes colors or present some view.
My idea was to simply pause the record when he changes the color then when he is done to resume it.
Is that possible to do it, it seems that there is no pause/resume method in RPScreenRecorder
Am I missing something ?