https://github.com/marcsteven/mstouchid
MSTouchID to let you login via touchID or faceID
https://github.com/marcsteven/mstouchid
Last synced: 3 months ago
JSON representation
MSTouchID to let you login via touchID or faceID
- Host: GitHub
- URL: https://github.com/marcsteven/mstouchid
- Owner: MarcSteven
- License: mit
- Created: 2020-03-31T06:03:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T07:29:47.000Z (about 5 years ago)
- Last Synced: 2025-02-12T14:17:46.817Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 59.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MSTouchID
A library to verify TouchID or faceID to login your app
### CocoaPods
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate Coordinator into your Xcode project using CocoaPods, specify it in your `Podfile`:
```ruby
platform:ios,"9.0"
use_frameworks!
target "#yourProjectName#"do
pod 'MSTouchID'end
```
And then please enter the command order as below
` pod install`
And then close the .xcodeproj file and open workspace file.
#Usage
so simple
import 'MSTouchID' in your class and then you can use it well