From ab137986355d1abea4c982fde6fa3d43398a9db8 Mon Sep 17 00:00:00 2001 From: GJ Nilsen Date: Tue, 5 Jul 2016 21:56:08 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4818cfd..415a502 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ Inspired by [Capture a Signature on iOS](https://www.altamiracorp.com/blog/emplo The class supports Swift 2.2 +- Swift 3.0 will be supported +- Swift 2.3 will not be supported + ## Usage Add a new `UIView` where you want the signature capture field. Set its class to `YPDrawSignatureView`, and connect it to an `@IBOutlet` property in your `UIViewController`. For saving and clearing the signature, add two buttons to your view controller. Hook each button up to an `@IBAction` function.