Search code examples
iphoneobjective-cipadios5icarousel

How could i use iCarousel in my project?


I am a newbie in iphone development and want to implement coverflow. I googled it and came across the opensource iCarousel, but did not understand the way to use it in my project?

Any help would be appreciated.


Solution

  • Download the zipped file from Github. Unzip and open

    nicklockwood-iCarousel-da1deb7/Examples/Basic\ iOS\ Demo/iCarouselExample.xcodeproj

    The

    iCarouselExampleViewController

    looks just like what your view controller, that is supposed to show the carousel, should look like. Note that the view of your view controller will be a custom view of the type :

    iCarousel