I am new to iPhone. I need to get images from a local XML file and local folder that contain images. I am able to get a string from the XML file. But I don’t how to get images through XML file. Please post some code or a link. Thank you in advance
Share
You can store the path of your images (in local folder) in the xml as string. You can retrieve the path from xml and show the image from the file using:
where ‘filePathRetrievedFromXML’ is your image’s path.