What I am doing is to save an image loaded from any source,(camera / library) and saving it to filesystem in iOS. What I m stuck is at how I can use that save image.. I m us
In Swift:
let testImage = UIImage(contentsOfFile: filePath)