-
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] #33 - 홈화면 UI 구현 #40
base: develop
Are you sure you want to change the base?
Conversation
|
||
} | ||
|
||
#Preview { |
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.
프리뷰 삭제 부탁드랴요 ~!^^^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.
빼꼼 1회 추가
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.
고생하셨슴다 ~^^
{ | ||
"images" : [ | ||
{ | ||
"filename" : "img_ready.svg", |
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.
안쓰이는 svg 파일 삭제 해주세요 ~^^^^
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.
LGTM👍
코드 깔끔하니 보기 좋네요~
struct HomeView: View { | ||
|
||
// MARK: - Properties | ||
|
||
@State private var currentPage: Int = 0 | ||
private let bannerImages = ["img_banner_1", "img_banner_2"] | ||
|
||
@State var recomendedProducts = ProductModel.recommendedDummyList() | ||
@State var sellProducts = ProductModel.sellDummyList() | ||
@State var buyProducts = ProductModel.buyDummyList() | ||
|
||
let width = (UIScreen.main.bounds.width - 55) / 2 | ||
|
||
// MARK: - Main Body | ||
|
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.
빼꼼 한열핑
🌴 작업한 브랜치
✅ 작업한 내용
❗️PR Point
공통 상품셀에서 다른 뷰에서 호출될 때의 예시입니다.
📸 스크린샷
📟 관련 이슈