Change results tab icon image
This commit is contained in:
parent
6cd7dae538
commit
a3d65da241
@ -1,24 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<Bucket
|
|
||||||
uuid = "2238B32A-BF80-4351-B121-F5E36A8C39FC"
|
|
||||||
type = "1"
|
|
||||||
version = "2.0">
|
|
||||||
<Breakpoints>
|
|
||||||
<BreakpointProxy
|
|
||||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
|
||||||
<BreakpointContent
|
|
||||||
uuid = "D81699D7-BFD5-4D4D-BE35-620044BF33CC"
|
|
||||||
shouldBeEnabled = "No"
|
|
||||||
ignoreCount = "0"
|
|
||||||
continueAfterRunningActions = "No"
|
|
||||||
filePath = "Toki Trainer/Views/FlashCardView.swift"
|
|
||||||
startingColumnNumber = "9223372036854775807"
|
|
||||||
endingColumnNumber = "9223372036854775807"
|
|
||||||
startingLineNumber = "256"
|
|
||||||
endingLineNumber = "256"
|
|
||||||
landmarkName = "init(isFaceDown:frontText:backText:)"
|
|
||||||
landmarkType = "7">
|
|
||||||
</BreakpointContent>
|
|
||||||
</BreakpointProxy>
|
|
||||||
</Breakpoints>
|
|
||||||
</Bucket>
|
|
@ -31,7 +31,7 @@ struct ContentView: View {
|
|||||||
}
|
}
|
||||||
FlashCardResultsView()
|
FlashCardResultsView()
|
||||||
.tabItem {
|
.tabItem {
|
||||||
Image(systemName: "phone.fill")
|
Image(systemName: "number.circle")
|
||||||
Text("Flash Card Results")
|
Text("Flash Card Results")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user