Skip to content

Instantly share code, notes, and snippets.

@Aymenworks
Created January 27, 2019 04:04
Show Gist options
  • Save Aymenworks/f39e6f87c9b8a79c3a319f06c82c9833 to your computer and use it in GitHub Desktop.
Save Aymenworks/f39e6f87c9b8a79c3a319f06c82c9833 to your computer and use it in GitHub Desktop.
private func setup() {
// ...
gradientLayer.colors = [Colors.pink.cgColor, Colors.beige.cgColor, Colors.pink.cgColor]
gradientLayer.locations = [0.7, 0.9, 1]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment