SLTouchIdAuth
Installation
SLTouchIdAuth is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SLTouchIdAuth'
How to Use.
To run the example project, clone the repo, and run pod install
from the Example directory first.
- Got to project -> target -> Linked framework and library
- Add SLTouchAuth.framework
- import SLTouchAuth in ViewController.swift file
- Put the code.
SLTouchIDAuth.shared.openTouchIDAlert { (success, error) in
if error == nil {
// success
} else{
// fail
}
}
Author
ankitkargathra, [email protected]
License
SLTouchIdAuth is available under the MIT license. See the LICENSE file for more info.