Swift – Use ReplayKit to record a movie from your app

Today I want to show you how to use the Apple ReplayKit, to record a full-screen video without a status-bar from your app and save it in your library without using external libraries like GPUImages or something like that. Let’s start! import ReplayKit And add the RPScreenRecorder shared instance: And the delegate callback for finish […]