How can I get the dimensions of an image that is in a url from swift ??
at the moment I have this code to show the image:
imagenPrincipal.contentMode = .ScaleToFill
let URL = NSURL(string: oferta!.imagen)!
let placeholderImage = UIIm...
asked by
07.07.2016 / 12:20