Skip to content

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

Notifications You must be signed in to change notification settings

iosdroid/SimpleLittleStar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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)
        }

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 100.0%