The text lables in my UITableViewCells are getting displayed differently on the device than on the sim. How do I fix it?
The text lables in my UITableViewCells are getting displayed differently on the device than
Share
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.
I assume you’re running at most iPhone OS 3.1.2.
I asked this question already. You are likely using the
UITableViewCellStyleValue1style for your cells. The solution is to setcell.detailTextLabel.textto something other than nil.I filed a bug a few months ago with Apple. I recently got an e-mail from Apple that said the bug should be fixed in the next SDK, but I haven’t yet tested it.