Skip to content

A small library helps you use TouchID in your project.(Swift 3.0 or later)

License

Notifications You must be signed in to change notification settings

olddonkey/ODTouchID

Repository files navigation

#ODTouchID

ODTouchID is a small library helps you use TouchID in your project.

Features

  • Easily use Touch ID in your project
  • Handle different kinds of errors
ODTouchID.StartODTouchID(messageOnAuth: "Your message", fallbackTitle: "Your fallback message", delegate: your delegate target)

//Protocol
    func ODTouchIDAuthorizeSuccess() {
        //succeeded
    }
    
    func ODTouchIDAuthorizeFail() {
        //failed
    }

Requirements

  • iOS 8.0+
  • Swift 3

The main development of ODTouchID is based on Swift 3.

Contact

Follow and contact me through email. If you find an issue, just open a ticket on it. Pull requests are warmly welcome as well.

License

ODTouchID is released under the MIT license. See LICENSE for details.

About

A small library helps you use TouchID in your project.(Swift 3.0 or later)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published