Hello Friends,
I am using lots of images in my application. When I run it on 3.1 device, its working fine but If I try to run the app. on 3.0 device, after 10-12 times, the images got invisible from some views.
I have used UIImage ImageNamed for passing the image.
I was googling for this and I found that by using ImageNamed, the app. caches the images and does not release it. Instead of this use "imagewithContentsofFile".
Can anyone please guide how to use "imagewithContentsofFile" accurately instead of ImageNamed.
Thanks in Advance.
Regards,
I am using lots of images in my application. When I run it on 3.1 device, its working fine but If I try to run the app. on 3.0 device, after 10-12 times, the images got invisible from some views.
I have used UIImage ImageNamed for passing the image.
I was googling for this and I found that by using ImageNamed, the app. caches the images and does not release it. Instead of this use "imagewithContentsofFile".
Can anyone please guide how to use "imagewithContentsofFile" accurately instead of ImageNamed.
Thanks in Advance.
Regards,