mirror of
https://github.com/samsonjs/SwiftyCam.git
synced 2026-04-27 15:07:43 +00:00
Updating README
This commit is contained in:
parent
3e853f7dd1
commit
257c889761
1 changed files with 9 additions and 7 deletions
16
README.md
16
README.md
|
|
@ -1,9 +1,11 @@
|
||||||
# SwiftyCam
|
<h1 align="center">SwiftyCam</h1>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
[](http://cocoapods.org/pods/SwiftyCam)
|
<img src="https://img.shields.io/badge/platform-iOS%208%2B-blue.svg?style=flat" alt="Platform: iOS 8+"/>
|
||||||
[](http://cocoapods.org/pods/SwiftyCam)
|
<a href="https://developer.apple.com/swift"><img src="https://img.shields.io/badge/language-swift%203-4BC51D.svg?style=flat" alt="Language: Swift 3" /></a>
|
||||||
[](http://cocoapods.org/pods/SwiftyCam)
|
<a href="https://cocoapods.org/pods/SwiftyCam"><img src="https://img.shields.io/cocoapods/v/SwiftyCam.svg?style=flat" alt="CocoaPods compatible" /></a>
|
||||||
|
<img src="http://img.shields.io/badge/license-BSD-lightgrey.svg?style=flat" alt="License: BSD" /> <br><br>
|
||||||
|
</p>
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
|
@ -13,8 +15,7 @@ Configuring a Camera View Controller in AVFoundation can be tedious and time con
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
| SwiftyCam
|
||||||
| CameraEngine
|
|
||||||
--------------------------|------------------------------------------------------------
|
--------------------------|------------------------------------------------------------
|
||||||
:sunglasses: | Snapchat-style media capture
|
:sunglasses: | Snapchat-style media capture
|
||||||
::+1: | Support iOS8+
|
::+1: | Support iOS8+
|
||||||
|
|
@ -26,6 +27,7 @@ Configuring a Camera View Controller in AVFoundation can be tedious and time con
|
||||||
:mag_right: | Supports manual zoom
|
:mag_right: | Supports manual zoom
|
||||||
:lock: | Support manual focus
|
:lock: | Support manual focus
|
||||||
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* iOS 8.0+
|
* iOS 8.0+
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue