Re: retaining NSDictionary value during each call
Re: retaining NSDictionary value during each call
- Subject: Re: retaining NSDictionary value during each call
- From: Brendan Younger <email@hidden>
- Date: Fri, 29 Jun 2001 14:24:18 -0500
You will forgive me if my reply is not absolutely what you are looking
for, but I cannot tell exactly what you're trying to do. First off, I'm
not sure if you want to set the key to be the second point, usually the
key is a string constant like: @"KeyForMouseClick". Secondly, if you
want to keep all previous locations around for a while, use an NSArray,
not a NSDictionary. After this I can offer no more advice for I'm not
sure exactly what you want to do.
Brendan Younger