I have images in my iphone application I would like to summon when needed.
The idea is when the user takes a photo and it’s loaded on the imageview, he or she will be able to call out my custom images that’s preloaded in the app. The user can then move the custom image around their original photo.
My question is, how do I implement that? How do I store custom image for the user to call out later on?
Thanks.
So you have image files imported into your project and you’d like to show them on-screen?
Say you want to display the image “paintcan.jpg”. All you have to do is create an image view, set its image, and add it to the main view.