views:

148

answers:

2

Does anyone know if there is an open source project for an UIView element that acts in a similar way to the lock screen for the iPhone.

I am working on an app that has some sensitive data, and I want to add another layer of comfort for users, to be able to setup a 4 digit pin number on the app.

I've seen apps like LoseIt and Weightbot that have similar functionality.

There isn't any element for this in the UI Library from what I've been able to find, and was hoping some kind soul might have open sourced something similar to this.

Thanks in advance!!!

+1  A: 

Its not a free component, but check out http://www.drobnik.com/touch/parts-store/ the DTPinLockController - I think this does what you want.

Andiih
Thanks, but I actually found an open source one.
Travis
+1  A: 

Thanks to Andiih above for the answer, because I found an open source version on GitHub based on the name of the one he found.

http://github.com/haroldthehungry/CPLockController

Travis
good spot, and thanks for sharing. I might use that :-)
Andiih