UITableViewCell and strange behaviour in grouped UITableView

Posted by evangelion2100 on Stack Overflow See other posts from Stack Overflow or by evangelion2100
Published on 2010-04-26T07:20:50Z Indexed on 2010/04/26 7:23 UTC
Read the original article Hit count: 237

I'm working on a grouped UITableView, with 4 sections with one row per section, and have a strange behaviour with the cells. The cells are plain UITableViewCells, but the height of the cells are around 60 - 80 pixel. Now the tableview renders the cells correct with round corners, but when I select the cells, they appear blue and recangle. I don't know why the cells behave like this, because I have another grouped UITableView with custom cells and 88 pixel height and those cells work like they should.

If I change the height to the default height of 44 pixel, the cells behave like the should. Does anyone know about this behaviour and what the cause is?

Like I mentioned, I don't do any fancy stuff I use default UITableViewCells in a static, grouped UITableView with 4 sections with 1 row in each section.

evangelion2100

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview