解决UIImageView的tintColor无效的问题

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


你可能感兴趣的:(开发)