Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@pMalvasio
Created August 12, 2020 20:55
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 pMalvasio/8be5fd2ed3f23169fb19690ff55fd85d to your computer and use it in GitHub Desktop.
Save pMalvasio/8be5fd2ed3f23169fb19690ff55fd85d to your computer and use it in GitHub Desktop.
struct SpinnerConfiguration {
var spinnerColor: Color = .white
var blurredBackground: Color = .black
var spinnerBackgroundColor: Color = .gray
var backgroundCornerRadius: CGFloat = 30
var width: CGFloat = 50
var height: CGFloat = 50
var speed: Double = 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment