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 |
How to implement in app purchase in ios objective c?
What is .h and .m file in xcode?
What is assign property in objective c?
How to convert data to string in objective c?
Can you use objective c in swift?
What is posing in objective c?
Is method and function same?
What is difference between array and nsarray?
What is the isa member?
What are the differences between copy and retain?
What is differences between nsnull and nil in objective c?
Why is objective c used?