美文网首页
UIImage 颜色渲染imageWithRenderingMo

UIImage 颜色渲染imageWithRenderingMo

作者: JohnayXiao | 来源:发表于2017-08-16 11:48 被阅读22次
    UIImageView *imgV = [[UIImageView alloc] initWithFrame:CGRectMake(100,200,100,100];
    
    imgV.image = [[UIImage imageNamed:@"多边形-1"] imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate];
    
    imgV.tintColor = [UIColor greenColor];
    
    

    相关文章

      网友评论

          本文标题:UIImage 颜色渲染imageWithRenderingMo

          本文链接:https://www.haomeiwen.com/subject/uocirxtx.html