Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 823 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 823 Bytes

SimpleLittleStar

This is a super simple star rating for SwiftUI. (And it is my first contribution!)

Easy to implement and with a dreaded star.slash as the lowest rating. Uses SF Symbols and can easily be swapped out.

Screen-Recording-2021-07-01-at-09 43

Screenshot 2021-07-01 at 09 48 00

Screenshot 2021-07-01 at 09 49 46

Copy RatingsView.swift in to your project and call it.

    VStack {
    RatingsView(rating: $rating, starSize: 24, disabled: false, starColor: .yellow)
        }