Re: UITableView / iPhone Calendar List View Question
Re: UITableView / iPhone Calendar List View Question
- Subject: Re: UITableView / iPhone Calendar List View Question
- From: Luke the Hiesterman <email@hidden>
- Date: Thu, 17 Dec 2009 19:13:14 -0800
Yes, eventually the calendar list view will come to an end. I'm able
to hit that point easily by scrolling fast for several seconds on my
phone.
Luke
On Dec 17, 2009, at 7:11 PM, Karolis Ramanauskas wrote:
On Thu, Dec 17, 2009 at 9:05 PM, Luke the Hiesterman <email@hidden
> wrote:
You can tell the tableView that you have a very large number of
rows. tableView:cellForRowAtIndexPath: is only called when a cell
will actually come into view, so even though you claim your table to
be very large, not all cells are loaded immediately.
Luke
I understand that. This approach doesn't seem right though. Let's
say I tell UITableView that I have n number of sections, the user
still could, in principle, get there... Is there such a limit on the
list view in Calendar app?
_______________________________________________
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