Skip to content

Commit 8a167f2

Browse files
πŸ’„ change new tag icon (#60)
1 parent ac124f1 commit 8a167f2

File tree

5 files changed

+24
-1
lines changed

5 files changed

+24
-1
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "icons8-question-mark-30.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "icons8-question-mark-60.png",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "icons8-question-mark-90.png",
15+
"idiom" : "universal",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"author" : "xcode",
21+
"version" : 1
22+
}
23+
}
389 Bytes
Loading
712 Bytes
Loading
1.07 KB
Loading

β€ŽGoMoney/Scences/Tags/NewTagViewController.swiftβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class NewTagViewController: GMMainViewController {
1414

1515
private lazy var tagImage: GMExpenseIcon = {
1616
let icon = GMExpenseIcon()
17-
icon.loadIcon(src: "logo")
17+
icon.loadIcon(src: "ic_question")
1818
icon.layer.borderWidth = 1
1919
icon.layer.borderColor = K.Color.actionBackground.cgColor
2020
let tapGesture = UITapGestureRecognizer(target: self, action: #selector(openIconCollection))

0 commit comments

Comments
Β (0)