How to initialize nsmutabledictionary in objective c?
Answer / Rosan Singh
"To initialize an NSMutableDictionary in Objective-C, you can use the alloc and init methods, followed by an assignment. Here's an example:nnnsmutabledictionary *myDict = [[NSMutableDictionary alloc] init];"
| Is This Answer Correct ? | 0 Yes | 0 No |
What are benefits of collections views?
What happens when you create a block?
What is the principle distinction between the function calls and messages?
Can a protocol have properties?
How do I import a swift file into objective c?
What is gcd? What are its advantages over nsthread?
What number distinctive annotations is accessible in objective-c?
What happens if you add your just created object to a mutable array, and you release your object?
Tell us the result when you invoke a particular method on a nil pointer?
How we can layout subviews in a view?
Is objective c hard?
What is the use of objective c?