콘텐츠 메인
- 홈 UI 페이지 생성
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user