Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created August 8, 2020 18:08
Show Gist options
  • Save azamsharp/8f498dc26a7066ca70639c56885b5684 to your computer and use it in GitHub Desktop.
Save azamsharp/8f498dc26a7066ca70639c56885b5684 to your computer and use it in GitHub Desktop.
struct RatingView: View {
@Binding var rating: Int?
var max: Int = 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment