
Hi,
I have added an png image to my project. Now I want to use the image and set it to a UIImageView on my .xib file.
Please provide me code for uiimage from file.
Thanks

HI,
You can use following code:
myImageView.image = [ UIImage imageNamed:@"image.png" ];
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.