当前位置: 代码迷 >> 综合 >> UIImage ?切圆形图片方法
  详细解决方案

UIImage ?切圆形图片方法

热度:32   发布时间:2024-02-01 05:02:14.0

    //(1)创建image

    image=[[UIImageView alloc]initWithFrame:CGRectMake(200, 200, 80, 80)];

    image.backgroundColor=[UIColor redColor];

    //(2)设置圆角

    image.layer.masksToBounds=YES;

    image.layer.