SMF - Just Installed!
imageView.layer.borderWidth = 2.0imageView.layer.borderColor = UIColor.whiteColor().CGColor
[[imageView layer] setBorderWidth:2.0f];[[imageView layer] setBorderColor:[UIColor whiteColor].CGColor];