vulcansmithy / AVCamSwift

The Swift version of Apple demo project AVCam( https://developer.apple.com/library/ios/samplecode/avcam/introduction/intro.html )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

### Swift Version of AVCam for iOS ###

===========================================================================
DESCRIPTION:

This this a swift version of AVCam . rewrites by alex.chan  2014.11.21
project url: 

AVCam demonstrates usage of AV Foundation capture API for recording movies, taking still images, and switching cameras. It runs only on an actual device, either an iPad or iPhone, and cannot be run in the simulator.

===========================================================================
BUILD REQUIREMENTS:

Xcode 5.0 or later, iOS SDK 7.0 or later

===========================================================================
RUNTIME REQUIREMENTS:

iOS 7.0 or later

===========================================================================
CHANGES FROM PREVIOUS VERSION:

Rewrote to take advantage of modern Cocoa Touch features.

===========================================================================
Copyright (C) 2013 Apple Inc. All rights reserved.

About

The Swift version of Apple demo project AVCam( https://developer.apple.com/library/ios/samplecode/avcam/introduction/intro.html )


Languages

Language:Swift 100.0%