When might you use a cfarray/dictionary instead of a nsarray/dictionary?
Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category