There is something very weird in my app after it has been released to the appstore. Some of the UIImages i used are just missing and seen black from some reasons. I have checked many times before in device and simulator and it appeared just fine. Some notes:
- I did drag the files and check COPY - the images are in the library for sure
- Images DO appears in Copy Bundle Resources under Build Phases
- I used these 2 lines in order to get the image:
[UIImage imageNamed:@"email_icon.png"] and [UIImage imageNamed:@"facebook_icon"]
And i have just noticed that the extensions of the images are PNG not png - maybe is that the reason?
Appreciate your assistance!