iphone - how to display 20 images names in imageview -
I am developing an application that includes 20 images displayed in the grid using custom image picture And what I want to display them using the image view 1) How can I get back to image grid from image view 2) How can I show the name of each individual image in the image view
Please give some help and code Suggestion - Thank you
If I'm right then you want to create a wallpaper application, in an image List all the images and put them in a single view and press the buttons in the background of all image names (if you are using 20 images then you put 20 buttons on the scrollview) and write actions for all the buttons In the next scene, you only change the images on the image view.
Comments
Post a Comment