I’d like to format text in my application’s UITableView, like Apple did in the iPhone’s Contact application.
Basically last name is bold, and first name is not.
Is there a clean and simple way of accomplishing this?
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.
Add separate UILabels to your cell’s contentView, and format the text in each one of them accordingly.