I have to create a view where I have to put in a CoverFlow of Images. How can I crete it? There would be images with labels that can explain the image.
There are plenty of ways to do it
UICollectionView
keyword.UICollectionViewLayout
, you can use some of the already made classes -- there are a lot of them around on the net. One of the most famous being iCaroussel on github, which is free, compatible with multiple versions of iOS (not only iOS6), and allows you to do almost every kind of caroussel, including iCarouselTypeCoverFlow
and iCarouselTypeCoverFlow2
types (see the README on its github)