Home
Softono

ScreenRecord

Open source MIT Swift
127
Stars
39
Forks
9
Issues
6
Watchers
9 years
Last Commit

 About ScreenRecord

A Wrapper for Screen Recording on iOS with ReplayKit2

Platforms

Web Self-hosted macOS iOS

Languages

Swift

Links

Need Help Installing ScreenRecord?

We provide expert installation service for this software. Our team will install, configure, and secure ScreenRecord on your server. plans start at just $30.

ScreenRecord

View on GitHub

ScreenRecord

This is a wrapper for screen recording on iOS with ReplayKit2.
Blog

Usage

Screen recording is abstracted to a single function

ScreenRecordCoordinator().startRecording(withFileName: "coolScreenRecording1", recordingHandler: { (error) in
            print("Recording in progress")
        }) { (error) in
            print("Recording Complete")
        }

Features

  • Automatically adds a stop recording overlay to the app, so that the user can stop the recording
  • Writes Videos to the documents directory in Replays folder

Contributions

Please feel free to contribute to the project :)

License

MIT License