I could not find a good signature capturer iOS made in Swift, so I gave it a try. I leaned heavily on the blog entry Capture a Signature on iOS by Jason Harwig, and Macheads101, he has a great tutorial on YouTube.
The class supports Swift 2.0
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.
Check out the example project for more information on how to save signatures and how to clear the signature view.
Add YPDrawSignature.swift to your project
GitHub Issues are for filing bug reports and feature requests only. Use StackOverflow for support related questions and help.
Geert-Jan Nilsen ( [email protected] ) Yuppielabel
YPDrawSignatureView is available under the MIT license. See the LICENSE file for more info. Feel free to fork and modify.