Skip to content

Instantly share code, notes, and snippets.

@jacobsapps
Created April 27, 2025 11:59
Show Gist options
  • Select an option

  • Save jacobsapps/d6dc368b7fc373eeb20631caed16a12e to your computer and use it in GitHub Desktop.

Select an option

Save jacobsapps/d6dc368b7fc373eeb20631caed16a12e to your computer and use it in GitHub Desktop.
ScrollView {
VStack {
ForEach(0..<1_000) { _ in
PostCellView()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment