PartsView
enum PartsView
SwiftUI View parts
-
Header View for the Browser View
See moreDeclaration
Swift
struct BrowserHeader: View -
Header for a List View
See moreDeclaration
Swift
struct ListHeader: ViewModifier -
View a record image that can rotate
See moreDeclaration
Swift
struct RotatingRecord: View -
View a tape image that can rotate
See moreDeclaration
Swift
struct RotatingTape: View -
View a Kodi host selector
See moreDeclaration
Swift
struct HostSelector: View -
View the song rating with stars
See moreDeclaration
Swift
static func ratings(rating: Int) -> some ViewParameters
ratingThe rating
Return Value
A view with stars
View on GitHub