Created
May 29, 2020 20:47
-
-
Save pitt500/aad4cdd4b32d044be98cc49c16f452a0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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