Re: Question about UITableView and loading some XML
Re: Question about UITableView and loading some XML
- Subject: Re: Question about UITableView and loading some XML
- From: Dave DeLong <email@hidden>
- Date: Wed, 22 Sep 2010 08:23:54 -0700
[myTableView reloadData]; will reload the entire (visible) table.
If you want the new data to be inserted in an animated fashion, you can use the -insertRowsAtIndexPaths:withRowAnimation: method (and similar variants).
Cheers,
Dave
On Sep 22, 2010, at 8:20 AM, Eric E. Dolecki wrote:
> Is there a way to "reset" the tableView so it will call the delegates again?
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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