What is nsmutabledictionary?
Answer / Mukund Hans
NSMutableDictionary is a mutable (changeable) dictionary object in the Foundation framework of Objective-C. It allows storing key-value pairs, where each key and value can be any object.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is dealloc?
What is difference between method and constructor?
What is the purpose of the protocol?
What are class b properties?
What is the principle distinction between the function calls and messages?
Can you write setter method for a retain property?
How do I create a bridging header file?
What type of language is objective c?
How we can layout subviews in a view?
How do I create an objective c class in xcode?
What is an instancetype?
What is an example of tangible property?