fixed-size tableView cell in iPhone?

Posted by SeniorLee on Stack Overflow See other posts from Stack Overflow or by SeniorLee
Published on 2011-01-01T06:03:47Z Indexed on 2011/01/01 6:54 UTC
Read the original article Hit count: 234

Filed under:
|

I want to have all same size(width) cells in tableView no matter what accessory they have.

If text in a cell almost fits to a cell, If i click that cell, check mark(accessory at the right) is displayed and some of characters goes to next line. it's annyoing. It's ok to do wordwrap. I can adjust cell's height. But I dont' want a cell displays different number of characters in an line depends on it's clicked or not.

How can I do that??

thanks.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableviewcell