CarbonKit
CarbonKit copied to clipboard
Can not showing images instead text
How to remove tint color from title UIImage items? @ermalkaleci I'm facing same problem as @simonarcher and tried as you said but it's not working. In place of image it showing tint color with image size. Image not showing.
What I want is to set images dynamically instead text or if possible I want to set both text and icon.
See attached screenshot.

If you want to remove tint from images, when you create your items, try
[[UIImage imageNamed:@"name"] imageWithRenderingMode:UIImageRenderingModeAlwaysOriginal]