Re: Core data backed UITableView
Re: Core data backed UITableView
- Subject: Re: Core data backed UITableView
- From: mmalc Crawford <email@hidden>
- Date: Mon, 15 Mar 2010 17:48:11 -0700
On Mar 15, 2010, at 5:33 pm, Damien Cooke wrote:
> [self.myTableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:UITableViewRowAnimationFade];
>
Why are you doing this rather than (in addition to? which if so would probably be the cause of the problem) simply implementing the fetched results controller delegate methods as shown in the documentation (<http://developer.apple.com/iphone/library/documentation/CoreData/Reference/NSFetchedResultsControllerDelegate_Protocol/Reference/Reference.html>) and in the Navigation-based Application template?
mmalc
_______________________________________________
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