Skip to content

ykws/SPPatternLock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Cocoapods

	pod 'PatternLock', :git => 'https://github.com/ykws/SPPatternLock.git', :branch => 'objc'

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 !

Contact

You can contact me at my email freesuraj@gmail.com for any questions.

About

A Pattern Lock for iOS similar to the one in Android

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 100.0%