Skip to content

Commit 1027af4

Browse files
committed
setup tab bar
1 parent da159aa commit 1027af4

16 files changed

Lines changed: 58 additions & 4 deletions

File tree

AnimalsApp/AnimalsApp/Assets.xcassets/Icons/addFavorite.imageset/Contents.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
"info" : {
2020
"author" : "xcode",
2121
"version" : 1
22+
},
23+
"properties" : {
24+
"template-rendering-intent" : "original"
2225
}
2326
}

AnimalsApp/AnimalsApp/Assets.xcassets/Icons/favorited.imageset/Contents.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
"info" : {
2020
"author" : "xcode",
2121
"version" : 1
22+
},
23+
"properties" : {
24+
"template-rendering-intent" : "original"
2225
}
2326
}

AnimalsApp/AnimalsApp/Assets.xcassets/Icons/favoritesTabBar.imageset/Contents.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
"info" : {
2020
"author" : "xcode",
2121
"version" : 1
22+
},
23+
"properties" : {
24+
"template-rendering-intent" : "original"
2225
}
2326
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "homeBlack.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "homeBlack@2x.png",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "homeBlack@3x.png",
15+
"idiom" : "universal",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"author" : "xcode",
21+
"version" : 1
22+
},
23+
"properties" : {
24+
"template-rendering-intent" : "original"
25+
}
26+
}
439 Bytes
Loading
669 Bytes
Loading
797 Bytes
Loading

AnimalsApp/AnimalsApp/Assets.xcassets/Icons/homeTabBar.imageset/Contents.json renamed to AnimalsApp/AnimalsApp/Assets.xcassets/Icons/homeWhite.imageset/Contents.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
"info" : {
2020
"author" : "xcode",
2121
"version" : 1
22+
},
23+
"properties" : {
24+
"template-rendering-intent" : "original"
2225
}
2326
}

AnimalsApp/AnimalsApp/Assets.xcassets/Icons/homeTabBar.imageset/home.png renamed to AnimalsApp/AnimalsApp/Assets.xcassets/Icons/homeWhite.imageset/home.png

File renamed without changes.

AnimalsApp/AnimalsApp/Assets.xcassets/Icons/homeTabBar.imageset/home@2x.png renamed to AnimalsApp/AnimalsApp/Assets.xcassets/Icons/homeWhite.imageset/home@2x.png

File renamed without changes.

0 commit comments

Comments
 (0)