Hi,
Why do two different instances of the same class are using their variables as if they where static variables?
I do not want to synthesize those variables.
But without synthesizing- both instances refer to their variables as if they where the same one.
Any way to go around it?
Why is that so?
Thanks-
Nir.