In my iPhone application, I collect an image from the iPhone image library as well as from the device’s camera, and I display this image in imageView.
I can save my image in the iPhone image library.
But now I want to save my image in some directory with a specific name, so I can use this image again in my application, and I also want to save it in the sqlite file.
sqlite objective-c iphone uiimagepickercontroller uiimageview
ios
source share