Re: Efficient UITableViewCell usage
Re: Efficient UITableViewCell usage
- Subject: Re: Efficient UITableViewCell usage
- From: Koen van der Drift <email@hidden>
- Date: Mon, 30 Sep 2013 11:14:57 -0400
On Sep 30, 2013, at 11:06 AM, Steve Christensen <email@hidden> wrote:
> For performance, you could calculate and cache the cell heights in an array managed by your view controller, then just return the cached values.
Thanks, I thought about that too. Problem is I have multiple sections, and am using a search bar, so I think I cannot use a straightforward array. I'll look into it.
- Koen.
_______________________________________________
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