Skip to content

Instantly share code, notes, and snippets.

@mitchellporter
Created December 16, 2015 19:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mitchellporter/8eb7b75fbcaff2c6d064 to your computer and use it in GitHub Desktop.
Save mitchellporter/8eb7b75fbcaff2c6d064 to your computer and use it in GitHub Desktop.
Glow Effect for UILabel and UIButton
self.layer.shadowColor = UIColor.redColor().CGColor
self.layer.shadowRadius = 4.0
self.layer.shadowOpacity = 0.9
self.layer.shadowOffset = CGSizeZero
self.layer.masksToBounds = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment