Added TouchID/FaceID to sign in
This commit is contained in:
parent
5c4d4f8059
commit
7d6643112d
12 changed files with 239 additions and 52 deletions
6
qerberymjthnrgbefvdcs.playground/Contents.swift
Normal file
6
qerberymjthnrgbefvdcs.playground/Contents.swift
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import UIKit
|
||||
var selectedSystem = "mi"
|
||||
|
||||
let multiplier = (selectedSystem == "mi" ? 1.609344 : 0.6213711922)
|
||||
|
||||
print(multiplier)
|
||||
Loading…
Add table
Add a link
Reference in a new issue