vote up -2 vote down star

Hi,

First thanks so much to users in this site for many answers I stumble upon when investigating bugs...

I am working now a few months on a Obj-C project (IPhone), today I made a big discovery (in a beginners PoV) while working with a singleton. In short if you are accessing a @property with self.someProperty it will use the "(nonatomic, retain)" - or what ever settings you set for this accessor's operation, while if you are directly assigning a value to a (although) synthesized someProperty, for example like this: someProperty = [someClass fun:option]; it will not "retain" it as I had expected before. (due to not using the actual synthesizes accessor via the "." notation)

The reason I am posting this possibly obvious insight is because I have seen few threads on this site debating this exact question, while I was not able to deduct this conclusion until now..

Cheers, Roman

flag

60% accept rate
1  
Why don't you put your solution as an answer to any questions where it was not resolved. Without a question, there can be no answers, so people will have trouble finding your answer. – Nosredna Jun 13 at 20:04
Hopefully some will stumble upon this thread and it may possibly be useful to them... – Romansky Jun 14 at 20:53

1 Answer

vote up -1 vote down

Could you please point at least one thread at "this site" where this obvious fact was not resolved?

This kind of information is not suitable to public here by this way.

link|flag
You are not the happy kind are you:) And if you read my post you will see that I did not say anywere that there was no resolution, just that it was not clear enough for me to understan, hopefully I made also a few to understand if they were also looking for this subject. – Romansky Jun 14 at 20:52
Completely understand your best wishes... but your post in this style may puzzle SO structure and make search worse... P.S. I have no enough rep points to vote down. – MikZ Jun 15 at 1:06

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.