Skip to content

Instantly share code, notes, and snippets.

View santoshbotre's full-sized avatar

santoshbotre santoshbotre

View GitHub Profile
@santoshbotre
santoshbotre / ViewController.txt
Last active May 8, 2018 14:09
Local Authentication using Biometric
import UIKit
import LocalAuthentication
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
authenticationWithTouchID()
}