Skip to content

Instantly share code, notes, and snippets.

@jacobsapps
Created April 27, 2025 12:05
Show Gist options
  • Save jacobsapps/b0aafe7b3541106ea6af4cdfbfc936f6 to your computer and use it in GitHub Desktop.
Save jacobsapps/b0aafe7b3541106ea6af4cdfbfc936f6 to your computer and use it in GitHub Desktop.
List {
ForEach(0..<1_000) { _ in
PostCellView()
.listRowInsets(EdgeInsets())
.listRowSeparator(.hidden)
.background(Color.clear)
}
}
.listStyle(PlainListStyle())
.scrollContentBackground(.hidden)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment