Skip to content

Commit 86392db

Browse files
authored
[Feat-T3-110] 루틴 생성 화면 구현
* feat: 루틴 추가 화면 이미지 asset 추가 (#T3-110) * feat: ToolTipView 구현 (#T3-110) * feat: 서브루틴 추가 View 구현 (#T3-110) * feat: 루틴 생성 ViewModel 구현 (#T3-110) * feat: 기타 subview 구현 (#T3-110) - 루틴 시작 시간 선택 버튼 - 서브 루틴 추가 버튼 * feat: 루틴 추가 화면 구현 (#T3-110) * fix: Tooltip 오타 수정 (#T3-110) * refactor: 코드 리뷰 반영
1 parent 79b682d commit 86392db

32 files changed

Lines changed: 1309 additions & 7 deletions

Projects/Presentation/Resources/Images.xcassets/chevron_right_icon.imageset/Contents.json renamed to Projects/Presentation/Resources/Images.xcassets/asterisk_icon.imageset/Contents.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"images" : [
33
{
4-
"filename" : "chevron_right_icon@1x.png",
4+
"filename" : "asterisk_icon@1x.png",
55
"idiom" : "universal",
66
"scale" : "1x"
77
},
88
{
9-
"filename" : "chevron_right_icon@2x.png",
9+
"filename" : "asterisk_icon@2x.png",
1010
"idiom" : "universal",
1111
"scale" : "2x"
1212
},
1313
{
14-
"filename" : "chevron_right_icon@3x.png",
14+
"filename" : "asterisk_icon@3x.png",
1515
"idiom" : "universal",
1616
"scale" : "3x"
1717
}
238 Bytes
Loading
370 Bytes
Loading
497 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" : "checked_icon@1x.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "checked_icon@2x.png",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "checked_icon@3x.png",
15+
"idiom" : "universal",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"author" : "xcode",
21+
"version" : 1
22+
}
23+
}
383 Bytes
Loading
625 Bytes
Loading
945 Bytes
Loading
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)