-
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
[Style] 컴포넌트 부착 #52
base: juri
Are you sure you want to change the base?
[Style] 컴포넌트 부착 #52
Conversation
import SwiftUI | ||
|
||
struct PlaceCardsContainer: View { | ||
let places: [CardPlace] |
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.
외부에서 안쓰면 private 하세요.
ForEach(0..<pageCount, id: \.self) { index in | ||
Circle() | ||
.fill(currentPage == index ? Color.spoonBlack : Color.gray500) | ||
.frame(width: 6, height: 6) |
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.
adjust
.tag(index) | ||
} | ||
} | ||
.frame(height: 280) |
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.
adjust
.resizable() | ||
.scaledToFill() | ||
.frame(maxWidth: .infinity) | ||
.frame(height: 132) |
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.
adjust
.resizable() | ||
.scaledToFill() | ||
.frame(maxWidth: .infinity) | ||
.frame(height: 132) |
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.
adjust
.resizable() | ||
.scaledToFill() | ||
.frame(maxWidth: .infinity) | ||
.frame(height: 132) |
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.
adjust
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.
고생핑
🔗 연결된 이슈
📄 작업 내용
💻 주요 코드 설명
탭뷰 스타일로 구현했습니다.
해당 코드를 가져다가 사용하기만 하면 됩니다.
👀 기타 더 이야기해볼 점
지오메트리 힘들다