SkillAgentSearch skills...

SPPatternLock

A Pattern Lock for iOS similar to the one in Android

Install / Use

/learn @freesuraj/SPPatternLock
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CocoaPods Compatible Carthage Compatible Platform Twitter GitHub stars GitHub forks

Pattern Lock for iOS

Revamped PatternLock for iOS written in Swift3.

ScreenShot

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

CocoaPods

	pod 'SPPatternLock'

Initialization

		/**
     Initializes the main lock screen
     
     - parameter frame: `CGRect` where the screen will be drawn
     - parameter size: Size of the lock screen. It will create grids of size X size. Default value is 3
     - parameter allowClosedPattern: If set to `true`, it allows for complicated pattern. Otherwise a circle can't be used twice for a pattern
     - parameter config: Configuration for colors and line width, etc
     - parameter handler: Callback to receive the user pattern
     - returns: Returns the Lock screen
     */
    convenience init(frame: CGRect, size: Int = 3, allowClosedPattern: Bool = true, config: Config = Config(), handler: PatternHandlerBlock? = nil)

About

If you found this little tool useful, I'd love to hear about it. You can also follow me on Twitter at @realSurajP

GitHub followers

View on GitHub
GitHub Stars167
CategoryDevelopment
Updated5mo ago
Forks47

Languages

Swift

Security Score

97/100

Audited on Oct 22, 2025

No findings