I have the:
cell.textLabel.text and cell.detailTextLabel.text
is there a 3rd text label i can use?
Aim:
to show the 2 above text labels + a text label on the right.
Is there a way of doing this without creating a custom tableViewCell?
sam
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.
No, there are only these two. If you want to have more you have to create a custom cell.
You can find this information also in the class reference of UITableViewCell.