-
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 #27
The head ref may contain hidden characters: "feature/\uBC08\uC0C1\uC138\uD654\uBA74-\uAD6C\uD604-#23"
Conversation
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 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) | ||
} | ||
} |
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.
|
||
public protocol Router: AnyObject { | ||
|
||
var delegate: RouterDelegate? { get set } |
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.
👍👍👍
|
||
struct MemeImageView: View { | ||
|
||
// MARK: - Properties |
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 🙏