解决UIImageView的tintColor无效的问题

来源:互联网 发布:mac怎么锁定输入法 编辑:程序博客网 时间:2024/06/05 17:16

UIImage *img = [img imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate];UIImageView *imgView = [[UIImageView alloc] initWithImage:img];imgView.tintColor = [UIColor......];


0 0
原创粉丝点击