Make UILabel glow
You have to import QuartzCore
#import <QuartzCore/QuartzCore.h> |
Then apply effect on your UILabel or titleLabel.
myLabel.layer.shadowOffset = CGSizeMake(0.0, 0.0); |
You have to import QuartzCore
#import <QuartzCore/QuartzCore.h> |
Then apply effect on your UILabel or titleLabel.
myLabel.layer.shadowOffset = CGSizeMake(0.0, 0.0); |