Re: Confusion about custom UITableViewCell

2009-08-24 Thread Phillip Porch
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

Re: Confusion about custom UITableViewCell

2009-08-24 Thread Fritz Anderson
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

Confusion about custom UITableViewCell

2009-08-23 Thread Chris Idou
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