JCDialPad 0.1.1

JCDialPad 0.1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Joseph.



JCDialPad 0.1.1

  • By
  • Joseph Constantakis

Build Status

ABPadLockScreen aims to provide a universal solution to providing a secure keypad/pin lock screen to your iPhone or iPad app. With just a few lines you can have a full lock screen module ready to go.

Features

  • Supports iPhone and iPad
  • Allows the user to set their PIN
  • Optional PIN entry limit
  • Optional cancel button
  • Optional text modification
  • Optional pin length (default is 4)
  • Full appearance customisation

screenshot

Podfile

platform :ios, '6.0'
pod "ABPadLockScreen", "~> 3.1.0"

The earliest version of this framework that supports cocoapods is 3.0.0

Customising the Appearance

The module is entirely customisable through UIAppearance. All colours and fonts used within the module can be set using the UIAppearance proxy. The example project shows how to do this, but for a more in depth look at UIAppearance check out the docs check out the docs or check out Matt Thompson’s article on NSHipster

Custom Text Locked out

License

ABPadLockScreen is available under the MIT license. See the LICENSE file for more info.