Didn't load images when I test version on Iphone

Posted by Igor on Stack Overflow See other posts from Stack Overflow or by Igor
Published on 2010-03-16T14:35:15Z Indexed on 2010/03/16 14:36 UTC
Read the original article Hit count: 279

Filed under:
|
|

I use images from resources like that:

UIImage *image = [ UIImage imageNamed:@"example.jpg" ];
UIImageView *imageView = [ [UIImageView alloc] initWithImage:image ];

When I test it on semulator it's works. But on Iphone no. Also image with size about 10Kb loaded, with size about 100Kb no. Whats wrong?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c