TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Sep 2016 |
SPMSupports SPM | ✗ |
Maintained by Old donkey.
ODTouchID is a small help library helps you use TouchID in your project.
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.
The main development of Kingfisher is based on Swift 3.
Follow and contact me through email. If you find an issue, just open a ticket on it. Pull requests are warmly welcome as well.
ODTouchID is released under the MIT license. See LICENSE for details.