I'm trying to make a custom UITableViewCell, but the way I'm doing
it, all the drawing of the table seems to be screwed up. The view
seems to be working in some sense, because I can see the data, but
only one row at the bottom can be seen and things are generally
screwed up when scrolling
On 23 Aug 2009, at 7:19 PM, Chris Idou wrote:
I'm trying to make a custom UITableViewCell, but the way I'm doing
it, all the drawing of the table seems to be screwed up. The view
seems to be working in some sense, because I can see the data, but
only one row at the bottom can be seen and th
I'm trying to make a custom UITableViewCell, but the way I'm doing it, all the
drawing of the table seems to be screwed up. The view seems to be working in
some sense, because I can see the data, but only one row at the bottom can be
seen and things are generally screwed up when scrolling. This