Skip to content
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 #27

Merged
merged 14 commits into from
Jun 29, 2024

Conversation

chansooo
Copy link
Member

What is this PR? 🔍

이슈

설명

  • viewmodel 구현

Changes 📝

  • 필요한 usecase 정의
  • viewmodel 구현
  • 오류 수정

Screenshot 📸

To Reviewers 🙏

@chansooo chansooo merged commit 3e691e0 into develop Jun 29, 2024
3 checks passed
Copy link
Collaborator

@hryeong66 hryeong66 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니답~!!

Comment on lines +53 to +67
var titleLabel: some View {
Text(meme.title)
.font(Font.Heading.large.weight(.semibold))
.multilineTextAlignment(.center)
.foregroundColor(Color.Text.primary)
.frame(maxWidth: .infinity, alignment: .center)
}

var subtitleLabel: some View {
Text("출처: \(self.meme.source)")
.font(Font.Body.xsmall)
.multilineTextAlignment(.center)
.foregroundColor(Color.Icon.assistive)
}
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

텍스트 한줄 제한이라 lineLimit(2)로 해야할 것 같아요~!
image

Comment on lines +15 to +18

public protocol Router: AnyObject {

var delegate: RouterDelegate? { get set }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍👍👍

Comment on lines +11 to +14

struct MemeImageView: View {

// MARK: - Properties
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요거 마이페이지랑 검색에서도 쓰여서 디자인 시스템으로 빼도 괜찮을 것 같아여!
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants