Re: Recursive call-back block

2012-04-10 Thread Fritz Anderson
On 10 Apr 2012, at 9:13 AM, Mikkel Islay wrote: > Hello, > > The (prototype) code below updates a number of objects of a > NSManagedObject-sublass (Progenitor) from a remote host. As the number of > objects to update is unknown I would like to use a call-back passed to the > updater class invo

Recursive call-back block

2012-04-10 Thread Mikkel Islay
Hello, The (prototype) code below updates a number of objects of a NSManagedObject-sublass (Progenitor) from a remote host. As the number of objects to update is unknown I would like to use a call-back passed to the updater class invoked by startParserWithObjectId: completionBlock: to recursiv