PatternLock 1.0.0

PatternLock 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Suraj.




  • By
  • Suraj Pathak

Pattern Lock for iOS

A simple but fully functional pattern lock sdk for iOS (similar to the android pattern lock)

ScreenShot

  • no graphics or images
  • all colors and sizes are customizable
  • can enable closed-type(complex type) patterns, off by default
  • support for both iPhone and iPad
  • Easy to bring in and use

How to Use

init

    - (id)initWithDelegate:(id)lockDelegate

recognize a pattern

    - (void)lockScreen:(SPLockScreen *)lockScreen didEndWithPattern:(NSNumber *)patternNumber       

Do however you want to do with the match

That's it !