mindbrix / UIImage-PDF

Simple UIImage PDF renderer category for iOS scalable assets
http://blog.mindbrix.co.uk/2012/02/10/ios-scalable-assets/
1.24k stars 155 forks source link

Methods to render the PDF within a certain size preserving aspect ratio #8

Closed mac-cain13 closed 12 years ago

mac-cain13 commented 12 years ago

Created fitSize: methods that will render the PDF image fitting within the given CGSize, but always respecting the aspect ratio.

What did we do?

I think these methods can be useful for a lot of people, so I'll hope you'll accept this pull request! Let me know if there is something we should update before you can accept the pull.req.!

mindbrix commented 12 years ago

Many thanks for this. Great addition.