Sunday, January 13, 2013

UIImage imageNamed does not resolve device based names when the image name contains a period.

UIImage imageNamed does not resolve device based names when the image name contains a period.


Given an image named "ab~ipad.png" [UIImage imageNamed:@"ab"] WORKS
Given an image named "a.b~ipad.png" [UIImage imageNamed:@"a.b"] RETURNS NULL

No comments:

Post a Comment