It appears that:
[[NSBundle mainBundle] pathForResource:@\"name\" ofType:@\"png\"];
Does not return anything for assets that are inside the Ima
[UIImage imageWithContentsOfFile:[NSString stringWithFormat:@"%@/%@.png", [[NSBundle mainBundle] resourcePath], imgName]];
imgName: the name of Image set, not caring the true name of the image in Image set.