hi i am new to iphone. what i did is displaying grid of 10 images.For this i take a array and add all images to array.For this i am write the code as
[_image addImage:[UIImage ImageNamed:@"black.jpg"]];
like this i add all images to array.Now what i need is i need to get all the images through Xml file and add to the images array. How can i done this.Please post any link or code. Thanks in advance.