All Projects → giridharvc7 → Screenrecord

giridharvc7 / Screenrecord

Licence: mit
A Wrapper for Screen Recording on iOS with ReplayKit2

Programming Languages

swift
15916 projects

Labels

Projects that are alternatives of or similar to Screenrecord

Pdfdrawingview
PDFDrawingView is a lightweight PDF Viewer that has built in functionality for drawing.
Stars: ✭ 17 (-82.11%)
Mutual labels:  ios11
Uinavigationbar Fixedheightwhenstatusbarhidden
Category for iOS 7 navigation bar, allowing it to keep its height even if status bar was hidden
Stars: ✭ 58 (-38.95%)
Mutual labels:  ios11
Ios11 Qr Code Example
Example showing how to use the QR-code detection API (VNDetectBarcodesRequest) in iOS 11.
Stars: ✭ 77 (-18.95%)
Mutual labels:  ios11
Chineseidcardocr
[Deprecated] 🇨🇳中国二代身份证光学识别
Stars: ✭ 1,015 (+968.42%)
Mutual labels:  ios11
Evncustomsearchbar
🔍Born for iOS 11 and iPhone X SearchBar
Stars: ✭ 52 (-45.26%)
Mutual labels:  ios11
Augmentedsolarsystem
An Augmented reality experience to explore planets in our Solar System
Stars: ✭ 69 (-27.37%)
Mutual labels:  ios11
Awesome Ios Interview
📲 The curated list of iOS Developer interview questions and answers, Swift & Objective-C
Stars: ✭ 753 (+692.63%)
Mutual labels:  ios11
Messagejudge
A filter to block unwanted messages on iOS
Stars: ✭ 84 (-11.58%)
Mutual labels:  ios11
Ios Imessage Stickers Icon Sketch Template
🎈 iOS iMessage stickers icon template for Sketch
Stars: ✭ 56 (-41.05%)
Mutual labels:  ios11
Unjailme
A sandbox escape based on the proof-of-concept (CVE-2018-4087) by Rani Idan (Zimperium)
Stars: ✭ 73 (-23.16%)
Mutual labels:  ios11
Ios Vision Example
Using iOS 11 SDKs with pre-trained neural networks to allow your iOS 11 devices to see.
Stars: ✭ 44 (-53.68%)
Mutual labels:  ios11
Facevision
iOS11 Vision framework example. Detection of face landmarks
Stars: ✭ 47 (-50.53%)
Mutual labels:  ios11
Arkit Projects
Experimenting with ARKit
Stars: ✭ 70 (-26.32%)
Mutual labels:  ios11
Basketballarkit
Hello Everyone, This project talks about basics of ARKit introduced by Apple in iOS11. Please note that ARKit is only capable wih devices which use A9, A10, A11 chips .It shows how to build a basic BasketBall app using ARKit. All written in Swift4.
Stars: ✭ 42 (-55.79%)
Mutual labels:  ios11
Developing Ios 11 Apps With Swift
Stanford 公开课,Developing iOS 11 Apps with Swift 字幕翻译
Stars: ✭ 1,237 (+1202.11%)
Mutual labels:  ios11
Arshooter
A demo Augmented Reality shooter made with ARKit in Swift (iOS 11)
Stars: ✭ 794 (+735.79%)
Mutual labels:  ios11
Learn Swift
Learn Swift from Top 45 Articles of 2017
Stars: ✭ 62 (-34.74%)
Mutual labels:  ios11
Hellovision
Vision framework example for my article. https://medium.com/compileswift/swift-world-whats-new-in-ios-11-vision-456ba4156bad
Stars: ✭ 93 (-2.11%)
Mutual labels:  ios11
Arkit Shell Game
Shell Game built with ARKit and SceneKit
Stars: ✭ 82 (-13.68%)
Mutual labels:  ios11
Loadingshimmer
An easy way to add a shimmering effect to any view with just one line of code. It is useful as an unobtrusive loading indicator.
Stars: ✭ 1,180 (+1142.11%)
Mutual labels:  ios11

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].