fixed-size tableView cell in iPhone?
- by SeniorLee
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.