Vlad Andersen

CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
1pod
Resizing UIImage on iOS should be simple. This category provides a simple, yet flexible syntax to resize any image to your needs.
where spec conforms to the ImageMagick syntax conventions (think Paperclip).
UIImage* resizedImage = [image resizedImageByMagick: @"320x320#"];
License: MIT