Objective-C : Properties question -


as far understand when use properties compiler still converts them accessor methods during compilation. got little irritated when read need osx 10.5 or later use properties. why so?

if in compiled application in fact still accessor methods see no need osx 10.5. or there else going on during run-time?

because objective-c 2.0 runtime not ported 10.4. need compiler , runtime support handle of objc 2.0 properly.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -