hiii every one i am new to iphone development in a sample downloaded app i have seen a page like this 
can anybody tell me how to design this kind of page using objective c
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.
It seems more like HTML/CSS to me. Designing such a page using Obj-C may be pretty hard. You can design a page like this in HTML/CSS and integrate it in your app inside a UIWebView. This may not be what you want though.