Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 870 Bytes

README.md

File metadata and controls

42 lines (24 loc) · 870 Bytes

#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.