Hi,

I've designed a UITableViewCell in Interface Builder which is 64 points heigh. When I load it into the UITableView, the rows are still there original size, so all cells now have overlapping content.
Do I need to specify the new height somewhere?
I load the cell as follows (as per Apple's recommendation):
if (cell == nil) {
[[NSBundle mainBundle] loadNibNamed:@"AudionetTableViewCell" owner:self options:nil];
cell=self.newCell;
self.newCell=nil;
    }

Thanks in advance.

Kind regards,

Remco Poelstra
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to