Skip to content

Instantly share code, notes, and snippets.

@pitt500
Created May 29, 2020 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pitt500/aad4cdd4b32d044be98cc49c16f452a0 to your computer and use it in GitHub Desktop.
Save pitt500/aad4cdd4b32d044be98cc49c16f452a0 to your computer and use it in GitHub Desktop.
public struct ListPagination<Item: Identifiable, Content: View>: View {
private var items: [Item]
var content: (_ item: Item) -> Content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment