What is dictionary objective c?
Answer / Prem Chandra Sonwani
A dictionary in Objective-C is a collection of key-value pairs. It is implemented as the NSDictionary class, which is part of Foundation framework.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is umbrella header?
What happens with the objects if the array is released?
How to call objective c function in swift?
What is the class of a constant string?
Is reference counting garbage collection?
What is polymorphism in objective-c?
What does r mean in xcode?
What is difference between mutable and immutable?
What is toll-free bridging? When is it useful?
Tell us the result when you invoke a particular method on a nil pointer?
What is extern objective c?
What are class b properties?