I want to Align the tableviewcell content like the below screenshot

but my alignment is like below only..

please any one help me to do..



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.
Here is the code for top aligning of label text. Unfortunately there is no directly method for vertical alignment got UILabel.
***reviewLabel will be repalced by your Label and you will have to make some adjustments according to your need.
Hope this will help