Re: Custom UITableViewCell parent is NIL

2014-04-08 Thread Michael de Haan
On Apr 8, 2014, at 6:16 AM, Steve Christensen wrote: > On Apr 7, 2014, at 9:32 PM, Michael de Haan 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

Re: Custom UITableViewCell parent is NIL

2014-04-08 Thread Steve Christensen
On Apr 7, 2014, at 9:32 PM, Michael de Haan 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 *)

Re: Custom UITableViewCell parent is NIL

2014-04-07 Thread Michael de Haan
On Apr 7, 2014, at 9:13 PM, Quincey Morris wrote: > On Apr 7, 2014, at 20:43 , Michael de Haan wrote: > >> I have implemented a custom UITableViewCell in a (test) project with batch >> deletions, following the guidelines of the sample code >> "MultiSelectTableView". This works as expected.

Re: Custom UITableViewCell parent is NIL

2014-04-07 Thread Quincey Morris
On Apr 7, 2014, at 20:43 , Michael de Haan wrote: > I have implemented a custom UITableViewCell in a (test) project with batch > deletions, following the guidelines of the sample code > "MultiSelectTableView". This works as expected. However, "swipe to Delete" > does not work. > To debug this,

Custom UITableViewCell parent is NIL

2014-04-07 Thread Michael de Haan
I wonder if I might get some insight into this issue. I have implemented a custom UITableViewCell in a (test) project with batch deletions, following the guidelines of the sample code "MultiSelectTableView". This works as expected. However, "swipe to Delete" does not work. To debug this, I creat