deege / deegeu-ios-swift-video-camera

How to record and play video in iOS 10.3 and Swift 3.1 demonstrates recording a video, saving it to your documents directory, and the playing it back.

Home Page:http://www.deegeu.com/how-to-capture-video-in-ios-and-swift/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to record and play video in iOS 10.3 and Swift 3.1 (updated 04-06-17)

The purpose of this repository is to supplement the "How to record and play video in iOS 9 and Swift 2.0" video with code, and to provide a simple starting point for building basic video functionality in your apps.

The “How to record and play video in iOS 9 and Swift 2.0” video demonstrates recording a video, saving it to your documents directory, and the playing it back. The code is updated for Swift 3.1 and iOS 10.3, so it differs from the original video.

How to capture video in iOS 9 and Swift 2.0

The video uses Swift 2.0 and iOS 9

You can find more iOS videos on the DeegeU channel

Getting started

The code is a self contained Swift project that can be loaded into XCode.

This code is written and compiled for Swift 3.1 and iOS 10.3. (updated 04-06-17)

Getting help

If you are having troubles getting the source code, please see Getting the source code or the video How to get code from GitHub

License

MIT: http://rem.mit-license.org

Feedback

Any feedback is welcome. You can contact me at dj at deegeu.com, the Facebook page, the Google+ page or on DeegeU.com.

Contributions

If you wish to contribute to any issues you find in the source code, please issue a pull request.

About

How to record and play video in iOS 10.3 and Swift 3.1 demonstrates recording a video, saving it to your documents directory, and the playing it back.

http://www.deegeu.com/how-to-capture-video-in-ios-and-swift/

License:MIT License


Languages

Language:Swift 100.0%