ODTouchID 1.0.3

ODTouchID 1.0.3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2016
SPMSupports SPM

Maintained by Old donkey.



ODTouchID 1.0.3

  • By
  • olddonkey

ODTouchID

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

Features

  • [x] Easily use Touch ID in your project
  • [x] 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
    }

It will download the image from url, send it to both memory and disk cache, then show it in the imageView. When you use the same code later, the image will be retrieved from cache and show immediately.

Requirements

  • iOS 8.0+
  • Swift 3

The main development of Kingfisher 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.