When might you use a cfarray/dictionary instead of a nsarray/dictionary?
Answer / Daya Shankar Dwivedi
You might use Core Foundation (cf) arrays and dictionaries when working with C APIs that don't have direct Objective-C equivalents or when dealing with C libraries. It is also possible to bridge Core Foundation objects with Objective-C objects, but using NSArray and NSDictionary directly may provide better integration with other Objective-C frameworks.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is synchronized() block in objective c?
How to sort array of dictionary in objective c?
Is objective c open source?
Can a static library (.a) contain resources like images, sound files etc?
Why we use synthesize in objective c?
When will you use nsarray and nsmutablearray? Which one is faster?
What is property classification?
Is objective c and c the same?
How to declare global variable in objective c?
What is objective writing?
What do you mean by category and when to use it?
How to create thread in objective c?