SkillAgentSearch skills...

ScreenRecord

A Wrapper for Screen Recording on iOS with ReplayKit2

Install / Use

/learn @giridharvc7/ScreenRecord
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ScreenRecord

This is a wrapper for screen recording on iOS with ReplayKit2. </br> 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

Related Skills

View on GitHub
GitHub Stars127
CategoryDevelopment
Updated1y ago
Forks39

Languages

Swift

Security Score

85/100

Audited on Feb 20, 2025

No findings