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 (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to