how to resize a bitmap on iOS

If you’re not wed to CGBitmapContextRef, here are some UIKit-based simple image resizing routines. This extension offers resizes images by either cropping, scaling, aspect filling, and aspect fitting (analogous to a few of the main content modes that UIImageView offers). // // UIImage+Resize.swift // // Image resizing extension // // Created by Robert Ryan on … Read more