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 is objective c in ios?
What is a class in xcode?
What is the isa member?
Explain what are the attributes of category?
What is a delegate? Can you retain delegates?
What do you mean by @synthesize and @dynamic in the objective-c?
Does copy increase retain count?
Is objective c open source?
Which is better swift or objective c?
How to check array contains value in objective c?
Who calls dealloc method? Can we implement dealloc in arc?
How do you insert a block?