• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
UITableViewCell is not resized in UITableView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: UITableViewCell is not resized in UITableView
      • From: Roland King <email@hidden>
  • Prev by Date: Re: Cycle Through Windows menu item
  • Next by Date: Re: UITableViewCell is not resized in UITableView
  • Previous by thread: Re: Cycle Through Windows menu item
  • Next by thread: Re: UITableViewCell is not resized in UITableView
  • Index(es):
    • Date
    • Thread