A simple but fully functional pattern lock sdk for iOS (similar to the android pattern lock)
- 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
pod 'PatternLock'
- (id)initWithDelegate:(id)lockDelegate
- (void)lockScreen:(SPLockScreen *)lockScreen didEndWithPattern:(NSNumber *)patternNumber
Do however you want to do with the match
That's it !