how to display the list of table view as cover flow in ios6.1
问题 I am new to iOS programming.I find the tutorial for displaying the image view as cover flow as shown in link http://code4app.net/ios/iCarousel-for-Cover-Flow/4f87d2db06f6e79d32000000 but my requirement is to display the list of tableviews as cover flow. Please help me. 回答1: Here i have used iCarousel view. After integrating the SDK(import iCarousel.h & iCarousel.m) into your application. Create ICarousel view and integrated table view in all the icarousel sub views. Here is my code In .h file