Re: UITableView / iPhone Calendar List View Question
Re: UITableView / iPhone Calendar List View Question
- Subject: Re: UITableView / iPhone Calendar List View Question
- From: Karolis Ramanauskas <email@hidden>
- Date: Thu, 17 Dec 2009 22:01:21 -0600
Luke helped me with this a little bit, but, after experimenting, it seams
there is more to it.
I guess there is still something I do not understand about this. Yes, I can
set a huge number of rows. But I want them to be grouped into sections.
However, UITableView wants to know exactly how many rows are in each section
on load time, even for invisible sections. So, if I have a rule that
describes recurring events in my model, that means I would have to expand
these and calculate, number of rows per section on load. If I have, let's
say, 10,000 sections (to imitate the never-ending list) this may be a costly
calculation. I assume there is no way around this, but limiting the number
of sections to a lot lower numbers...
Peace.
_______________________________________________
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