Added icon for accounts tab

This commit is contained in:
dankito 2020-07-28 12:18:38 +02:00
parent 6ea94e436b
commit cc9b7dc695
7 changed files with 24 additions and 13 deletions

View File

@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "accounts.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "accounts@2.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "accounts@3.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,12 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "second.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

View File

@ -37,7 +37,7 @@ struct ContentView: View {
}
.tabItem {
VStack {
Image("first")
Image("accounts")
Text("Accounts")
}
}