-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Milestone
Description
It works perfectly if we have a fixed length of data. Unfortunately, it does not support dynamic data. Here is a demo
// viewModel.state.list is fetched after fetchNextPageIfPossible
VPageView(selectedPage: $pageIndex) {
ForEach(viewModel.state.list, id: \.self) { _ in
ImageCell(urlStr: Image.fullScreenDemo)
}
}
.onAppear {
viewModel.reset()
viewModel.fetchNextPageIfPossible()
}
.background(Color(hex: "2A3A3F"))Metadata
Metadata
Assignees
Labels
No labels