UIView边框,圆角 透明 设置

边框,圆角 透明 设置

#import <QuartzCore/QuartzCore.h>

//    borderMove = [[UIView alloc]initWithFrame:CGRectMake(5,3,70,70)];

//    borderMove.layer.borderWidth = 5;
//    borderMove.layer.cornerRadius = 13;
//    borderMove.layer.borderColor = [UIColor orangeColor].CGColor;
//    [scrollButtonView insertSubview:borderMove atIndex:1];
//    [borderMove release];

你可能感兴趣的:(UIView)