Capturing signatures in an iOS app
Here's a library that you can use as a starting point: https://github.com/IngmarStein/SignatureDemo
Disclaimer: it's my fork of Jason Harwigs free SignatureDemo project
You can do that using Core Graphics. Here is a tutorial.