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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -