Skip to content

Commit f2367fb

Browse files
committed
Feat: 이미지 asset 추가
- BitnagilIcon에 이미지 추가
1 parent 2607010 commit f2367fb

9 files changed

Lines changed: 50 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "chevron_right_icon@1x.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "chevron_right_icon@2x.png",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "chevron_right_icon@3x.png",
15+
"idiom" : "universal",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"author" : "xcode",
21+
"version" : 1
22+
}
23+
}
181 Bytes
Loading
261 Bytes
Loading
306 Bytes
Loading
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "setting_icon@1x.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "setting_icon@2x.png",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "setting_icon@3x.png",
15+
"idiom" : "universal",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"author" : "xcode",
21+
"version" : 1
22+
}
23+
}
724 Bytes
Loading
1.42 KB
Loading
2.04 KB
Loading

Projects/Presentation/Sources/Common/DesignSystem/BitnagilIcon.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@ enum BitnagilIcon {
2828

2929
static let mypageFillIcon = UIImage(named: "mypage_fill_icon", in: bundle, with: nil)
3030
static let mypageEmptyIcon = UIImage(named: "mypage_empty_icon", in: bundle, with: nil)
31+
32+
static let settingIcon = UIImage(named: "setting_icon", in: bundle, with: nil)
33+
34+
static let chevronRightIcon = UIImage(named: "chevron_right_icon", in: bundle, with: nil)
3135
}

0 commit comments

Comments
 (0)