[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?
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
