- Import RatingView into your project
- Specify properties as you like
- You have a working Rating View UI that's functional and working in seconds
dependencies: [
.package(url: "https://github.com/ForceGT/RatingViewSwiftUI", from: "1.0.0")
]
Screens
Previews
Drop RatingView.swift in your project.
- iOS 13+
- Xcode 11+
Example code for the repository can be found here