Thanks Dimitris.
> CC: [email protected] > From: [email protected] > Subject: Re: [MonoTouch] UITableViewDelegate / UITableViewDataSource > Date: Thu, 14 Jul 2011 18:42:53 +0300 > To: [email protected] > > Very accurate. If your design allows you to, consider using pre-defined > heights for your rows. It is more efficient. > > Dimitris Tavlikos > Software Developer > Email: [email protected] > Twitter: http://twitter.com/#!/dtavlikos > Blog: http://software.tavlikos.com > > > > > > > On Jul 14, 2011, at 5:20 PM, Wally McClure wrote: > > > I'm trying to scale the content within a UITableView. I have a > > UITableViewDelegate defined and I have a UITableViewDataSource. It seems > > that the overridden GetHeightForRow method in my UITableViewDelegate is > > being called before the GetCell method of the UITableViewDataSource. > > Because of this, it appears I need to do some calculation on the content > > that I am trying to put into the content of my cell to guess the height of > > a UILabel before I actually put the content into the label. Does this > > sound accurate? > > > > Wally > > _______________________________________________ > > MonoTouch mailing list > > [email protected] > > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
