SPPatternLock 2.0.2

SPPatternLock 2.0.2

TestsTested āœ—
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Apr 2017
SwiftSwift Version 3.0
SPMSupports SPM āœ—

Maintained by Suraj.



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

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 @iosCook