shadowColor
The shadow color of the text.
Declaration
var shadowColor: UIColor? { get set }Discussion
The default value for this property is nil, which indicates that the text has no shadow. In addition to this property, you may also want to change the default shadow offset by modifying the shadowOffset property. A label draws its text shadows with the specified offset and color and no blurring.