Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1022 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 1022 Bytes

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