Quote:
Originally Posted by iphone66
it works|||||but i want to display an images randomly.........how to display the image is my question........
|
Same concept to mentioned by Smasher above, but instead use the item string
UIImage *myRandomImage = [UIImage imageNamed:item];
With this UIImage, you can add it to a button, UIImageView or whatever you see fit.
Hope that helps.