I'm using AlamofireImage to download and set my UIImage:
backdrop.af_setImageWithURL(downloadURL)
The image is substantially larger than what I will be displaying and so I have an issue with aliasing. How can I resize this image properly?
Results:
Here is @Santosh's answer in ObjC:
You can resize the image with any size once you have a valid
UIImage
:For any other queries/modifications you have, refer this NShipster