Added icon for accounts tab
This commit is contained in:
parent
6ea94e436b
commit
cc9b7dc695
23
ui/BankingiOSApp/BankingiOSApp/Assets.xcassets/accounts.imageset/Contents.json
vendored
Normal file
23
ui/BankingiOSApp/BankingiOSApp/Assets.xcassets/accounts.imageset/Contents.json
vendored
Normal 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
|
||||||
|
}
|
||||||
|
}
|
BIN
ui/BankingiOSApp/BankingiOSApp/Assets.xcassets/accounts.imageset/accounts.png
vendored
Normal file
BIN
ui/BankingiOSApp/BankingiOSApp/Assets.xcassets/accounts.imageset/accounts.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 588 B |
BIN
ui/BankingiOSApp/BankingiOSApp/Assets.xcassets/accounts.imageset/accounts@2.png
vendored
Normal file
BIN
ui/BankingiOSApp/BankingiOSApp/Assets.xcassets/accounts.imageset/accounts@2.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
ui/BankingiOSApp/BankingiOSApp/Assets.xcassets/accounts.imageset/accounts@3.png
vendored
Normal file
BIN
ui/BankingiOSApp/BankingiOSApp/Assets.xcassets/accounts.imageset/accounts@3.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"images" : [
|
|
||||||
{
|
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "second.pdf"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"info" : {
|
|
||||||
"version" : 1,
|
|
||||||
"author" : "xcode"
|
|
||||||
}
|
|
||||||
}
|
|
Binary file not shown.
|
@ -37,7 +37,7 @@ struct ContentView: View {
|
||||||
}
|
}
|
||||||
.tabItem {
|
.tabItem {
|
||||||
VStack {
|
VStack {
|
||||||
Image("first")
|
Image("accounts")
|
||||||
Text("Accounts")
|
Text("Accounts")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue