Skip to content

Instantly share code, notes, and snippets.

@jacobsapps
Created April 27, 2025 12:00
Show Gist options
  • Save jacobsapps/f9aacacfb923b0910fc10db90a4329e6 to your computer and use it in GitHub Desktop.
Save jacobsapps/f9aacacfb923b0910fc10db90a4329e6 to your computer and use it in GitHub Desktop.
ScrollView {
LazyVStack {
ForEach(0..<1_000) { _ in
PostCellView()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment