Skip to content

Efficiently capture videos of UIKit hierarchies

Notifications You must be signed in to change notification settings

UIKit0/CaptureKit

 
 

Repository files navigation

Capture Kit

Efficiently capture videos of UIKit hierarchies

  • Automatically save the captured video to the users photo library
  • Use the bundled UI controls for controlling playback or use the CKScreenRecorder class directly
  • Captures UIKit hierarchies on a dedicated background thread
  • Avoid unnecessary buffer allocations and minimizes data copies

CaptureKit

Usage

  • Use the CKScreenRecorderHUD and specify the targetView (which may be a window). Control capture via onscreen controls
  • Directly use the CKScreenRecorder with your own controls to control playback

Example

  • Run the CaptureKitExample sample project

About

Efficiently capture videos of UIKit hierarchies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%