Skip to content

This framework is designed to record video from the app's screen.

License

Notifications You must be signed in to change notification settings

vkrotin/AVScreenRecorder

Repository files navigation

AVScreenRecorder

Version License Platform

This framework is designed to record video from the app's screen. For testing, debugging errors in applications, and demo presentations. You can crop the recorded video, save to device, send via email or social networks.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Usage

#import <AVScreenRecorder/AVScreenRecorder.h>

...
// Start Record
  [[AVScreenRecorder sharedRecorder] startRecordCompletion:^(BOOL complete, NSError *error){
      // do something out code
  }];
// Stop Record
  [[AVScreenRecorder sharedRecorder] stopRecordCompletion:^(BOOL complete, NSError *error){
      // do something out code
  }];

Requirements

Installation Pods

AVScreenRecorder is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'AVScreenRecorder' 

Other installation way

Add AVScreenRecorder.framework to your Framework.

Author

Aleksey Anisimov, [email protected]

License

AVScreenRecorder is available under the MIT license. See the LICENSE file for more info.

About

This framework is designed to record video from the app's screen.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published