All Projects → appcoda → ReplayKitDemo

appcoda / ReplayKitDemo

Licence: other
A simple demo for ReplayKit in iOS

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to ReplayKitDemo

AppleWifiNlpBackend
UnifiedNlp Backend that uses Apple's service to resolve wifi locations. Location calculation is done onboard and wifi locations are cached to minimize data usage.
Stars: ✭ 54 (+116%)
Mutual labels:  apple
ALRadioButtons
RadioButtons for iOS. Inherited from UIControl, support 2 native styles, fully customizable.
Stars: ✭ 65 (+160%)
Mutual labels:  apple
Notarize
Notarization status monitoring tool for macOS, supporting multiple developer accounts.
Stars: ✭ 90 (+260%)
Mutual labels:  apple
cook
macOS command line tool to automate common iOS development tasks
Stars: ✭ 50 (+100%)
Mutual labels:  apple
SwiftyPlistManager
Lightweight plist data management framework for iOS 10.3+
Stars: ✭ 76 (+204%)
Mutual labels:  apple
NumPad
Number Pad (inspired by Square)
Stars: ✭ 81 (+224%)
Mutual labels:  apple
Mac-OS-Desktop
created mac OS desktop with HTML, CSS, JS 😀
Stars: ✭ 271 (+984%)
Mutual labels:  apple
Mojave-Dynamic-Wallpaper
Automatic Changing Mojave Wallpaper
Stars: ✭ 15 (-40%)
Mutual labels:  apple
MoneyPlus
An open-source app which can help you record income and expense.一款开源的、帮助你记录收支的APP。
Stars: ✭ 29 (+16%)
Mutual labels:  apple
iOS-Programming-Documents
iOS Programming Documents in Korean
Stars: ✭ 64 (+156%)
Mutual labels:  apple
KBImageView
UIImageView with Ken Burns effect.
Stars: ✭ 48 (+92%)
Mutual labels:  apple
CliqApp
This is a e-commerce app build over react native runs over android & ios.
Stars: ✭ 64 (+156%)
Mutual labels:  demo-app
CATmistry
Chemistry, Gamified
Stars: ✭ 15 (-40%)
Mutual labels:  apple
RChat
No description or website provided.
Stars: ✭ 58 (+132%)
Mutual labels:  demo-app
ESP8266-HomeKit-Air-Quality-Sensor-Elgato-Eve-Room
ESP8266 based  Homekit Indoor Air Quality sensor that acts like Eve Room🌱
Stars: ✭ 58 (+132%)
Mutual labels:  apple
PDFsuite
Python scripts, Automator Services and Quartz Filters for MacOS (OS X) that create, manipulate, and query PDF files
Stars: ✭ 131 (+424%)
Mutual labels:  apple
ALProgressView
Animated and fully customizable progress view with 2 styles: ring and bar.
Stars: ✭ 72 (+188%)
Mutual labels:  apple
Quickeys
A mac menu bar app that provides note taking functionality though a quick dropdown menu.
Stars: ✭ 54 (+116%)
Mutual labels:  apple
SpreadsheetInput Feedback Tut
Demo App - Send Feedback From Android App To Spreadsheet
Stars: ✭ 35 (+40%)
Mutual labels:  demo-app
wireshark-awdl
Wireshark Dissector for Apple Wireless Direct Link (AWDL) and Apple's CoreCapture logging framework. Note: the AWDL dissector is part of Wireshark 3.0!
Stars: ✭ 109 (+336%)
Mutual labels:  apple

A simple demo for ReplayKit in iOS

Who doesn't love playing games on their iPhone? I think that my friends and family would agree that I waste way too much time on my phone playing games. However, games are one of the many things that show off the incredible things an iPhone can do with its crazy power and beautiful display.

Almost everyone who loves playing games on their iPhone loves to brag to their friends how great they are at them. That is why Apple announced ReplayKit at WWDC15 along with iOS 9. ReplayKit is an incredible API which makes it extremely simple for developers to integrate safe and efficient screen recording into their apps. This way, with a tap of a button, players can record their game and instantly share it with their friends. Now before you say it, I know that iOS 11 introduced a way to record your screen anywhere, but that feature is not as intuitive for gamers as it requires control center to be opened, and also requires that the user leaves the game to edit and send the video. ReplayKit is made specifically for gamers.

Today, I am going to show you how to make a simple screen recording app. The app will feature a recording start/stop button, a label that shows the status of the recording, and some UI elements to play with so you can record yourself doing something. Lets get started!

For the full tutorial, please refer to:

http://www.appcoda.com/replaykit

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].