I have added some data in UITableView, and I want to change the color of the text displayed in the cells.
Is there a delegate method for doing this, or any other way?
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.
You can add labels in the cell and set the color for these labels according to you .And also you can add more than one label and customize the cell.
simply use this line