UIView边框,圆角 透明 设置

来源:互联网 发布:visio中数据库图标 编辑:程序博客网 时间:2024/06/05 06:06

边框,圆角 透明 设置

#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];
原创粉丝点击