We\'re currently building an iPhone app and would like the text to have a glowing effect to fit in with the realistic UI design.
Here is what we\'re trying to achiev
Updating the code posted by pasawaya:
label.layer.shadowColor = ([UIColor .green] as! CGColor) label.layer.shadowOffset = CGSize.zero label.layer.shadowRadius = 10.0; label.layer.shadowOpacity = 0. label.layer.masksToBounds = false