Some of them are working, but not all.
For example, on one screen I am loading 6 images from a file and displaying each of them inside a button. The first 4 are appearing but not the latter ones.
On my simulator (iPhone & iPad), all 6 display correctly.
A new view controller after that expects an array of images, but logging the array shows an empty array, whereas the simulator logs:
self.images: (
"<UIImage: 0x5357270>",
"<UIImage: 0x5316d10>",
"<UIImage: 0x530dcd0>",
"<UIImage: 0x5345160>",
"<UIImage: 0x5345340>",
"<UIImage: 0x530dcd0>"
The file names are lower cased as are the strings to access them. (referenced from Image loads in simulator but not device? )
Any idea why this is happening?
Turned off png compression, also reopened the images in photoshop and saved – discarding Fireworks data.