-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/밈상세화면 구현 #23 #26
The head ref may contain hidden characters: "feature/\uBC08\uC0C1\uC138\uD654\uBA74-\uAD6C\uD604-#23"
Conversation
.font(Font.Body.xsmall) | ||
.multilineTextAlignment(.center) | ||
.foregroundColor(Color.Icon.assistive) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
필요없는 줄바꿈이 있어요~
var likeButton: some View { | ||
HStack(alignment: .center, spacing: 6) { | ||
ResourceKitAsset.Icon.ㅋ.swiftUIImage | ||
ResourceKitAsset.Icon.개웃겨.swiftUIImage | ||
} | ||
.frame(maxWidth: .infinity) | ||
.frame(height: 46, alignment: .center) | ||
.background(Color.Skeleton.primary) | ||
.cornerRadius(10) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요건 따로 디자인시스템쪽으로 가는게 좋아보이네요!
다른데서도 같이 쓸꺼 같아서요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
디자인 시스템은 원래 디자이너가 구현한 부분대로만 구현하는 것이 맞아보이는데요, 해당 부분이 따로 빠져있지 않아서 그냥 구현했습니다~
var hashTagView: some View { | ||
HStack(alignment: .center, spacing: 6) { | ||
ForEach(self.meme.keywords, id: \.self) { title in | ||
hashTag(title: title) | ||
} | ||
} | ||
.frame(maxWidth: .infinity, alignment: .center) | ||
.cornerRadius(40) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기도 다른 곳에서 쓸 수 있을꺼 같습니다
.padding(.bottom, 5) | ||
|
||
hashTagView | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
의미없는 줄바꿈이 있습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니답~!!
|
||
import Kingfisher | ||
|
||
struct MemeImageView: View { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ㄹㄱㅌㅁ
What is this PR? 🔍
이슈
설명
Changes 📝
Screenshot 📸
To Reviewers 🙏