Blog

Posts Tagged ‘sdk’

The little evilness of @property

Wednesday, April 21st, 2010

One of the special enhancements Objective C adds to basic C/C++ is the ability to declare and use properties with a simple and straightforward usage. To new comers or even veteran programmers used to properties in C# or Java this is a very nice concept that saves a lot of time while keeping the code […]