CALayer *l = [imageView layer];   //获取ImageView的层
[l setMasksToBounds:YES];
[l setCornerRadius:6.0];