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.
$19

Support License

Unlimited projects Source and binary distribution 6 months support
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.

iCarousel

iCarousel
Developed by Nick Lockwood, Released Nov 6, 2011

A simple, highly customisable, data-driven 3D carousel view for iOS and Mac OS

Objective-C

Tags: 3d , carousel , core animation , coverflow

Flag comment

  • Nick Lockwood 12 months ago
    That was it. That got me to the linar that I wanted to start at. I was able to get the effect I wanted by using:
    if (offset == 0)
    transform = CATransform3DScale(transform, 1.50f, 1.50f, 0.0f);

    My only hope is to get it animate as smooth as the transitions you already have in place. Currently it scrolls smooth but when it stops the center one pops out. Is there a metod I should be implementing to have it animate the the scale a little smoother and to have the scale animate while scrolling? What I have is currently implemented in itemTransformForOffset:

Are you sure you want to flag this comment?