Hi, I'm trying to teach myself IOS programing and i'm stuck on a probably simple problem.
I'm passing an image name to a view controller
and want to set imageNamed in nextController but can not figure out how
Maybe someone can give me a pointer....
TIA!
I'm passing an image name to a view controller
Code:
[nextController changeImg:[imagesList objectAtIndex:indexPath.row]];
and want to set imageNamed in nextController but can not figure out how
Code:
UIImage *image = [UIImage imageNamed:[NSString stringWithFormat:@"%@", (NSString *)productImg.image]];
Maybe someone can give me a pointer....
TIA!
Last edited by a moderator: