Ronnie Liew

Resultados 1 preguntas formuladas por Ronnie Liew

¿Cómo escalar un UIImageView proporcionalmente?

0
respuestas
349
votos
346.1k
vistas

Tengo un UIImageView y el objetivo es reducirlo proporcionalmente dándole altura o ancho. UIImage *image = [[UIImage alloc] initWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:@"http://farm4.static.flickr.com/3092/2915896504_a88b69c9de.jpg"]]]; UIImageView *imageView = [[UIImageView alloc] initWithImage:image]; //Add image view