在- (void)viewDidLoad中---->
self.myImageView.layer.borderWidth =2.0f;//设置边框宽度
self.myImageView.layer.borderColor = [UIColor redColor].CGColor;//设置边框颜色
在- (void)viewDidLoad中---->
self.myImageView.layer.borderWidth =2.0f;//设置边框宽度
self.myImageView.layer.borderColor = [UIColor redColor].CGColor;//设置边框颜色