Important facts about commercial licenses

  • Licenses are perpetual. They do not expire and do not need to be renewed.
  • Licenses can be upgraded. You can upgrade to a more expensive license later paying only the difference in cost.
  • Pay attention to the distribution type - Hosted (sites / servers), binary (applications) or source (includes all the others). Choose according to your needs (more below).
  • All licenses allow commercial use unless otherwise indicated.
  • Read the full license by clicking on the icon.
  • Read more about licenses in our handy license guide.
Free

MIT license

The MIT license is an
open-source license.
You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

iOS Image Handler

iOS Image Handler
Developed by Dillion Tan, Released Jul 15, 2012

Painless image picker with orientation, resizing, clipping, masking and caching of images

Objective-C

Tags: orientation , resize , scale , uiimagepickercontroller

Questions & Comments

You must be logged-in to vote. Log-in to your account or register now.

Or enter your name and Email
  • M Profiet 10 months ago
    is this only available on iOS 5? What about support for older versions? Also, will this work when the new iOS 6 gets released?
    • Dillion Tan Developer 10 months ago
      The demo project uses ARC, which is for iOS5 and above, to support iOS4 and above you need to add methods to handle memory management. There shouldn't be any issues with iOS6