CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

MHAuthenticateNumberPad 0.0.3

MHAuthenticateNumberPad 0.0.3

Maintained by Maiko Hermans.



  • By
  • Maiko Hermans

MHAuthenticateNumberPad

Github stars GitHub issues GitHub license

MHAuthenticateNumberPad is a keyboard in the shape of Apple's numberpad with the option to use the biometrics iOS provides from the keyboard..

If you are looking for a way to give your users the ability to unlock certain functions by using the biometric functions iOS provides you can do this by using this library. With this library you will be able to display an additional button in the keyboard which is styled to the iOS style.

Installation

Installation with CocoaPods

MHAuthenticateNumberPad: MHAuthenticateNumberPad is available through CocoaPods, to install it simply add the following line to your Podfile:

pod 'MHAuthenticateNumberPad'

Usage

Firstly import MHAuthenticateNumberPad in the class you would like to draw out the clock.

import MHAuthenticateNumberPad 

Initialization

You can now use the Numberpad by using code.

Code: