On Jul 26, 2010, at 12:06, Chris Tracewell wrote:
> -(BOOL)validateMyQuantity:(id *)ioValue error:(NSError **)outError
> {
> NSLog(@"%@",ioValue);
>
> return YES;
> }
>
> If I use an integer or float formatter in the NSLog it works, but it just
> seems to be reading the
Using GC, 10.6 and XCode 3.2.2 - I just implemented a validation method for the
"myQuantity" property of one of my models and cannot get it to work. The
problem is with the ioValue, it locks up the app whenever I try to read it.
After much frustration I simplified the validation to below an it s