Simply the idea is the user select image from the photo gallery (done) then it shows in UIImageView (done)
here is the part i am asking for: 1- when user select photo i need to store it name in sqlite DB. 2- later i want to get the photo in another UIImageView from the photo gallery, selecting it by the stored name.
no problem with the database thing, just the name of the image and how to get it from the gallery by name.
Kindly provide me with a solution or workaround.
Thanks.