我怎么能在我的项目中使用iCarousel?

我怎么能在我的项目中使用iCarousel?

问题描述:

我是iphone开发的新手,想要实现coverflow。我用谷歌搜索并遇到了开源iCarousel,但是不明白在我的项目中使用它的方法?

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.

从Github下载压缩文件。解压缩并打开

Download the zipped file from Github. Unzip and open


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

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


iCarouselExampleViewController

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

iCarousel