Skip to content

Commit

Permalink
[Feature/#323] 문답 화면 탭바 적용 (#326)
Browse files Browse the repository at this point in the history
* chore: 문답 imageAssets 추가

* feat: 문답 탭바 수정
  • Loading branch information
leemhyungyu authored Oct 16, 2024
1 parent 41e2298 commit 1f78df6
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Projects/Feature/TabBar/Interface/Sources/TabType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public enum TabType: Hashable, CaseIterable {
return "호감"

case .bottleStorage:
return "보틀 보관함"
return "문답"

case .myPage:
return "마이페이지"
Expand All @@ -39,7 +39,7 @@ public enum TabType: Hashable, CaseIterable {
return .icon(.goodFeeling)

case .bottleStorage:
return .icon(.bottleStorage)
return .icon(.talk)

case .myPage:
return .icon(.myPage)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "icon_talk.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public extension Image.BottleImageSystem {
case myPage
case appleLogo
case warning
case talk
}
}

Expand Down Expand Up @@ -73,6 +74,9 @@ public extension Image.BottleImageSystem.Icon {

case .warning:
return SharedDesignSystemAsset.Images.iconWarning.swiftUIImage

case .talk:
return SharedDesignSystemAsset.Images.iconTalk.swiftUIImage
}
}
}
Expand Down

0 comments on commit 1f78df6

Please sign in to comment.