UITableViewCell is not resized in UITableView
UITableViewCell is not resized in UITableView
- Subject: UITableViewCell is not resized in UITableView
- From: Remco Poelstra <email@hidden>
- Date: Mon, 11 Oct 2010 12:24:50 +0200
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@hidden)
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:
This email sent to email@hidden