Friday, May 16, 2008

NS vs CF

Coding is never straightforward well here is another example. Well having been working with the iPhone sdk (now at beta 5) found out a few things. People don't realize that there is a difference between parts of the framework that are part of the NS (Stands for NextStep) which is fully object oriented Objective-c and CF (Stands for Core Framwork) which are the c based api's. So now your memory management is different depending on which framework you are using. So you end up swapping between C and Objective-c.

0 comments: