Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Images are not showing in uitable view .

When running the app on simulator the images are comming well in table view , but no images are showing during in iPad Device and also showing no error .

I debuged the app ane the pointer is going to

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath , and the image is set to image view of tableviewcell , but still showing no image in iPad . but working fine in simulator .


Please help me .


Thanks

iPad 2, iOS 5.1

Posted on Oct 31, 2012 7:01 AM

Reply
3 replies

Oct 31, 2012 6:00 PM in response to amiya.sahu

99 times out of 99, when images show on the sim but not on the device, it is due to the fact....that's right...fact...that the sim is your computer and file names when code-consumed ignore case.


iOS on the other hand, and this is important, so take notes....is case-sensitive.


MyImage0666.PNG in the Finder...your project folder....is not the same as myImage0666.png

Nov 1, 2012 11:14 PM in response to K T

I am taking the raw data from server and converting it to UIImge and displaying it . When I am taking a rawdatata having more memory (200 kb ) it is working fine for both simulator and device . But when taking raw data having less memory (less than 100 kb i.e. thumb images) , image is shown fine in simulator , but not in device . I have debuged with device , but no error or null value showing .


I am unable to find the reason .

Images are not showing in uitable view .

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.