Re: Subclassing NSPredicate

2009-10-02 Thread Stamenkovic Florijan
On Oct 02, 2009, at 12:17, Nick Zitzmann wrote: On Oct 2, 2009, at 10:08 AM, Stamenkovic Florijan wrote: The documentation does not discuss this as all, as far as I have looked through it. Googling brings up nothing. So I am wondering: is anyone doing this? Any caveats? With a few excep

Re: Subclassing NSPredicate

2009-10-02 Thread Nick Zitzmann
On Oct 2, 2009, at 10:08 AM, Stamenkovic Florijan wrote: The documentation does not discuss this as all, as far as I have looked through it. Googling brings up nothing. So I am wondering: is anyone doing this? Any caveats? With a few exceptions (NSObject, NSFormatter, NSProxy, NSOperation,

Subclassing NSPredicate

2009-10-02 Thread Stamenkovic Florijan
Hi all, The documentation does not discuss this as all, as far as I have looked through it. Googling brings up nothing. So I am wondering: is anyone doing this? Any caveats? I can live without it, but it would make what I am doing easier if I could subclass it. TIA, F __