(or around any UIView for that matter) #import <QuartzCore/QuartzCore.h> // For layer styles ... textview.layer.borderWidth = 1.0f; textview.layer.borderColor = [UIColor blackColor].CGColor;
#import <QuartzCore/QuartzCore.h> // For layer styles ... textview.layer.borderWidth = 1.0f; textview.layer.borderColor = [UIColor blackColor].CGColor;