Skip to content

A RatingView written in SwiftUI somewhat like AppStore's Rating View

License

Notifications You must be signed in to change notification settings

ForceGT/RatingViewSwiftUI

Repository files navigation

Rating View

Usage

  1. Import RatingView into your project
  2. Specify properties as you like
  3. You have a working Rating View UI that's functional and working in seconds

Installation

dependencies: [
    .package(url: "https://github.com/ForceGT/RatingViewSwiftUI", from: "1.0.0")
]

Screenshots and Previews

Screens

Previews

Manually

Drop RatingView.swift in your project.

Requirements

  • iOS 13+
  • Xcode 11+

Example

Example code for the repository can be found here