samedi 18 octobre 2014

How to change the tab bar image using NSString?


Vote count:

0




I have a application with custom tab bar, and i can't change the image, the title i can..



UIImage* item0image = [[UIImage imageNamed:[NSString stringWithFormat:@"%@", self.iconoTabMoneda1]]
imageWithRenderingMode:UIImageRenderingModeAlwaysOriginal];
UIImage* item1image = [[UIImage imageNamed:[NSString stringWithFormat:@"%@", self.iconoTabMoneda2]]
imageWithRenderingMode:UIImageRenderingModeAlwaysOriginal];

item0.selectedImage = item0image;
item1.selectedImage = item1image;


asked 32 secs ago







How to change the tab bar image using NSString?

Aucun commentaire:

Enregistrer un commentaire