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)
|
||||
4
qerberymjthnrgbefvdcs.playground/contents.xcplayground
Normal file
4
qerberymjthnrgbefvdcs.playground/contents.xcplayground
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<playground version='5.0' target-platform='ios' buildActiveScheme='true' importAppTypes='true'>
|
||||
<timeline fileName='timeline.xctimeline'/>
|
||||
</playground>
|
||||
7
qerberymjthnrgbefvdcs.playground/playground.xcworkspace/contents.xcworkspacedata
generated
Normal file
7
qerberymjthnrgbefvdcs.playground/playground.xcworkspace/contents.xcworkspacedata
generated
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "group:">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
11
qerberymjthnrgbefvdcs.playground/timeline.xctimeline
Normal file
11
qerberymjthnrgbefvdcs.playground/timeline.xctimeline
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Timeline
|
||||
version = "3.0">
|
||||
<TimelineItems>
|
||||
<LoggerValueHistoryTimelineItem
|
||||
documentLocation = "file:///Users/ericgreene1/Desktop/IsaacSchool/Xcode/Splits/Splits/qerberymjthnrgbefvdcs.playground#CharacterRangeLen=17&CharacterRangeLoc=110&EndingColumnNumber=0&EndingLineNumber=6&StartingColumnNumber=1&StartingLineNumber=5&Timestamp=676683411.20383"
|
||||
selectedRepresentationIndex = "0"
|
||||
shouldTrackSuperviewWidth = "NO">
|
||||
</LoggerValueHistoryTimelineItem>
|
||||
</TimelineItems>
|
||||
</Timeline>
|
||||
Loading…
Add table
Add a link
Reference in a new issue