ios - png file shows up on simulator, but not ipad -
i'm struggling problem maybe can me with. [slider setthumbimage:[uiimage imagenamed:@"circle_black.png"] forstate:uicontrolstatenormal];
the above code correctly displays image in ipad simulator, not on actual ipad device. have had @ other threads , have tried following no success: - lowercase letters (filenames shown, no capitals) - re-created file in case corrupt - clean rebuild - seems in bundle (build phases->copy bundle resources has file listed)
my ipad ipad1, ios 5.
any other suggestions try?
@jason,
image name case-sensitive in iphone/ipad, whereas in simulator image name not case-sensitive. check once.
Comments
Post a Comment