CarbonKit icon indicating copy to clipboard operation
CarbonKit copied to clipboard

Can not showing images instead text

Open Neeraj204 opened this issue 9 years ago • 1 comments

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.

screen shot 2017-03-20 at 12 29 59 pm

Neeraj204 avatar Mar 20 '17 07:03 Neeraj204

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

alexionut avatar Aug 29 '17 07:08 alexionut