I want to create uitableview like the following , also I need to add a third section that contains rows 
any suggestion please
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.
Do all of this in an UITableViewController with –
For Patient & ACC => Set a UITextField as a Subview (Do this in the cellForRowAtIndexPath for their respective rows)
For Birth and Date => Use the UIDatePickerView and for row ==2 and row ==4 respectively.
For Modality => I do not know what you mean by that; But you need to do something similar
For getting another section for the other two values; Return Section = 2 in
and set title for those accordingly (if needed)
Code :
}