I would like to implement web-view like tabs in a native iPhone application. I would prefer not to write it from scratch. Is there a framework I can use for this feature? Here is an example.

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.
Apple’s Guidelines would tell you to use a Tab Bar placed at the bottom for this. It’s also possible to create upper “tabs” using a styled UISegmentedControl or just UIButton’s that switches views.