Possible Duplicate:
Open source iPhone Coverflow like library
hello all i want to develop cover flow application in my native iphone application please guide me how could i do that
thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Cover flow works by using the UICoverFlowLayer class, which is private and undocumented. If you attempt to use it, Apple will refuse to release your app on the app store.
You might be able to create a hand-made solution using Core Animation, but it would be difficult to accurately emulate the way cover flow works, and may also annoy Apple. Consider using some other interface.
This discussion on the Apple website has more information that you might find useful.