I have an array:
langArray = [[NSMutableArray alloc]initWithObjects:@"Italiano",@"English",@"Francais", nil];`
and cell image like this :
cell.imageView.image = [UIImage imageNamed:[NSString stringWithFormat:@"language_%@_disabled.png",[langArray objectAtIndex:indexPath.row]]];
but images don's display in device, in simulator they display normally.
Check the images name in your Xcode Project..
Because simulator is Case Insensitive and Device is Case Sensitive..
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With