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 |
Will objective c be deprecated?
How do I open .am files?
What is toll-free bridging?
What is the difference between a script and function?
How to declare variable in objective c?
Are callbacks closures?
What is 'protocol' on objective c?
How to add custom cell in uitableview in objective c?
What is difference between nsstring and nsmutablestring?
What is a .m file in xcode?
How dispatch_once runs only once?
What are the two types of tangible property?