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
Use this method:
let testImage = UIImage(contentsOfFile: filePath)
imageNamed looks for an image with the specified name in the application’s main bundle.
imageNamed
In Swift: