Examples for .shiny()
Text("shiny")
.font(.largeTitle)
.fontWeight(.bold).shiny()
.background(
RoundedRectangle(cornerRadius: 14.0)
.frame(width: 200.0, height: 70.0)
.shiny(.hyperGlossy(UIColor.systemGray5)))
Text("shiny")
.font(.largeTitle)
.fontWeight(.bold).shiny(.glossy(.black))
.background(
RoundedRectangle(cornerRadius: 14.0)
.frame(width: 200.0, height: 70.0)
.shiny(.matte(.black))
Text("shiny")
.font(.largeTitle)
.fontWeight(.bold).shiny(.iridescent)
.background(
RoundedRectangle(cornerRadius: 14.0)
.frame(width: 200.0, height: 70.0)
.shiny(.glossy(.black))