Is there a equivalent to the below control in IOS, basically I am looking to display a list of items either as a list view (table) or as a coverflow view.?

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.
You can look at
UISegmentedControl.Although you can consider what Apple has done for its music app. In portrait, it’s a list view (
UITableView) and in landscape, it’s a cover flow view.