All Projects → freesuraj → Sppatternlock

freesuraj / Sppatternlock

Licence: mit
A Pattern Lock for iOS similar to the one in Android

Programming Languages

swift
15916 projects
swift3
66 projects

Projects that are alternatives of or similar to Sppatternlock

i3lock-color
The world's most popular non-default computer lockscreen.
Stars: ✭ 904 (+438.1%)
Mutual labels:  lockscreen
face unlock
We can lock and unlock our Ubuntu system using face recognition(currently only on Ubuntu).
Stars: ✭ 48 (-71.43%)
Mutual labels:  lockscreen
Pinlockview
A clean, minimal, highly customizable pin lock view for Android
Stars: ✭ 1,340 (+697.62%)
Mutual labels:  lockscreen
CiLocks
Crack Interface lockscreen, Metasploit and More Android/IOS Hacking
Stars: ✭ 1,033 (+514.88%)
Mutual labels:  lockscreen
cordova-plugin-playlist
🎶 A Cordova plugin for Android and iOS with native support for audio playlists, background support, and lock screen controls 🎶
Stars: ✭ 32 (-80.95%)
Mutual labels:  lockscreen
React Native Music Control
Display and manage media controls on lock screen and notification center for iOS and Android.
Stars: ✭ 585 (+248.21%)
Mutual labels:  lockscreen
Web Greeter
A modern, visually appealing greeter for LightDM.
Stars: ✭ 196 (+16.67%)
Mutual labels:  lockscreen
Lock Screen
Simple and beautiful Lock Screen library to set an check pin code. Integrated with fingerprint authentication.
Stars: ✭ 130 (-22.62%)
Mutual labels:  lockscreen
betterlockscreen
🍀 sweet looking lockscreen for linux system
Stars: ✭ 1,862 (+1008.33%)
Mutual labels:  lockscreen
Exkeyboard
3rd-party keyboard anywhere.
Stars: ✭ 10 (-94.05%)
Mutual labels:  lockscreen
SwiftUI-DesignCode
 SwiftUI-DesignCode is some examples in the process of learning swiftUI 2.0
Stars: ✭ 185 (+10.12%)
Mutual labels:  lockscreen
Loki.Rat
Loki.Rat is a fork of the Ares RAT, it integrates new modules, like recording , lockscreen , and locate options. Loki.Rat is a Python Remote Access Tool.
Stars: ✭ 63 (-62.5%)
Mutual labels:  lockscreen
Lthpasscodeviewcontroller
iOS 7 style Passcode Lock
Stars: ✭ 629 (+274.4%)
Mutual labels:  lockscreen
lock-screen-app
The missing Lock Screen app for Spotlight of macOS.
Stars: ✭ 39 (-76.79%)
Mutual labels:  lockscreen
Mantablockscreen
another i3lock-color wrapper that mantab
Stars: ✭ 111 (-33.93%)
Mutual labels:  lockscreen
Xidlehook
GitLab: https://gitlab.com/jD91mZM2/xidlehook
Stars: ✭ 216 (+28.57%)
Mutual labels:  lockscreen
Aether
A sleek ArchLinux login manager for lightdm-webkit. ( lightdm-webkit-theme-aether )
Stars: ✭ 499 (+197.02%)
Mutual labels:  lockscreen
Linux Second Screen
Scripts to repurpose old android device as second monitor on linux
Stars: ✭ 160 (-4.76%)
Mutual labels:  lockscreen
Betterlockscreen
Most of i3lock wrapper-scripts out there take an image, add some effect(s) then lock with the modified image as locker-background. Overall experience doesn't feel natural given delay of 2-3 seconds.
Stars: ✭ 1,757 (+945.83%)
Mutual labels:  lockscreen
Win Lock Screen
🔒 Enable / Disable the Lock Screen for Windows 8, 8.1 & 10.
Stars: ✭ 6 (-96.43%)
Mutual labels:  lockscreen

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

GitHub followers

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].