On Apr 7, 2014, at 9:32 PM, Michael de Haan <m...@comcast.net> wrote:

> It still however leaves me puzzled as to why I cannot implement Swipe to 
> delete. (the 2 usual suspects), ie 
> 
> -(BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath 
> *)indexPath;
> -(void)tableView:(UITableView *)tableView 
> commitEditingStyle:(UITableViewCellEditingStyle)editingStyle 
> forRowAtIndexPath:(NSIndexPath *)indexPath
> 
> are implemented.

I realize that this will come across as a “is it plugged in?” sort of question, 
but have you put a breakpoint, or added a NSLog(), to each of those methods to 
see if they’re actually being called? And if -tableView:canEditRowAtIndexPath: 
is being called, are there any cases where you return NO?


_______________________________________________

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to