I’m building an IOS app using iCarousel ( http://cocoacontrols.com/platforms/ios/controls/icarousel )
I want to transform the carousel in order to have it lookin like a "FAN". so, all the cards will be joined in one ponit at the top and you can scroll the cards.
My client get the idea from Drinkspiration of Absolut:

(source: blogcdn.com)
How can I change the carousel in order to have this "effect"
Thanks for your help
Here you go:
The radius and angle are optimised for the example app included with iCarousel, so you’ll need to tweak them for your app. You’ll also need to return a numberOfVisibleItems of 3 or the views will wrap round and overlap themselves if there are too many in the carousel.
UPDATE:
This type of carousel is now built-in to the iCarousel library. Just use iCarouselTypeWheel.