I am trying to create a login view with user id and password. I want to have them enclosed in a box. I tried group table view but it looked different. I am trying to have view like below. Can any one please guide me.
Thanks

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.
Use a grouped style for a tableview. Set the background color to blue (you can match the color later). Create 2 sections, the first with 2 cells the second with 1 cell. Set the background color of the cells to white. Add the correct UI elements and you’re done.
To match the color exactly, there is a great utility called “DigitalColor Meter” located in Applications/Utilities/ that can get the RGB for anything on your screen.