Skip to content

Navigation Menu

Sign in
Sign up

Repository files navigation

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

About

A Wrapper for Screen Recording on iOS with ReplayKit2

Topics

Resources

Stars

127 stars

Watchers

6 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /