From 6cf2f90fff9bae585186d6e1896079602e99842b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Torr=C3=A3o?= Date: Mon, 22 Feb 2016 22:46:05 +0000 Subject: [PATCH] Update README.md Add zoom to the Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0670ea..b25cbd7 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![CocoaPods](https://img.shields.io/cocoapods/v/CameraManager.svg)](https://github.com/imaginary-cloud/CameraManager) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) This is a simple Swift class to provide all the configurations you need to create custom camera view in your app. -It follows orientation change and updates UI accordingly, supports front and rear camera selection, different flash modes, inputs and outputs. +It follows orientation change and updates UI accordingly, supports front and rear camera selection, pinch to zoom, different flash modes, inputs and outputs. Just drag, drop and use. Now it's compatibile with latest Swift syntax if you're using any Swift version prior to 2.0 make sure to use one of the previously tagged releases.