I saw in the inspector that I can change the background color, but I\'d like to also change the border color and thickness, is this possible?
Try this code:
view.layer.borderColor = [UIColor redColor].CGColor; view.layer.borderWidth= 2.0; [view setClipsToBounds:YES];