Skip to content

Instantly share code, notes, and snippets.

@iosdevie
Created May 26, 2021 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iosdevie/d60b55e6e2a33b6f04f9d61def8b47f3 to your computer and use it in GitHub Desktop.
Save iosdevie/d60b55e6e2a33b6f04f9d61def8b47f3 to your computer and use it in GitHub Desktop.
Fill Custom Views With Gradients
RoundedRectangle(cornerRadius: cornerRadius)
.fill(LinearGradient(gradient: Gradient(colors: [.purple, .red, .blue]), startPoint: .top, endPoint: .bottom))
.frame(width: 30, height: value)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment