콘텐츠 메인

- 홈 UI 페이지 생성
This commit is contained in:
Yu Sung
2025-02-20 23:31:59 +09:00
parent e641636007
commit 48ebc1eaef
35 changed files with 1517 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ struct SectionEventBannerView: View {
)
)
.resizable()
.scaledToFill()
.frame(width: proxy.size.width, height: proxy.size.height, alignment: .center)
.tag(index)
.onTapGesture {
@@ -50,6 +51,7 @@ struct SectionEventBannerView: View {
)
)
.resizable()
.scaledToFill()
.frame(width: proxy.size.width, height: proxy.size.height, alignment: .center)
.tag(index)
.onTapGesture {