Archive

How to Set UILabel Border

NOTE: You will have to add the QuartzCore.framework and then import QuartzCore/QuartzCore.h

 

Label.layer.borderColor =[UIColor whiteColor].CGColor;

Label.layer.borderWidth =4.0;