인기콘텐츠 전체 보기 페이지 추가

This commit is contained in:
Yu Sung
2023-10-15 06:34:08 +09:00
parent c440e8abd9
commit fea557560c
7 changed files with 260 additions and 2 deletions

View File

@@ -28,7 +28,9 @@ struct ContentMainRankingView: View {
Spacer()
Image("ic_forward")
.onTapGesture {}
.onTapGesture {
AppState.shared.setAppStep(step: .contentRankingAll)
}
}
VStack(spacing: 8) {
@@ -72,6 +74,7 @@ struct ContentMainRankingView: View {
}
}
.frame(maxWidth: screenSize().width * 0.66, alignment: .leading)
.contentShape(Rectangle())
.onTapGesture {
AppState
.shared