Actually I love UILabel. They\'re sweet. Now I had to go to UITextView because UILabel is not aligning text vertically to the top. Damn. O
UILabel
UITextView
text.layer.shadowColor = [[UIColor whiteColor] CGColor]; text.layer.shadowOffset = CGSizeMake(1.0f, 1.0f); text.layer.shadowOpacity = 1.0f; text.layer.shadowRadius = 1.0f;
And don't forget to add up top:
#import