tags:

views:

23

answers:

1

i m new to xcode. can ny1 tell me dat hw can i use nsmutable dictionary. where its syntx start me. kindly provide an example to

A: 

The Cocoa collections guide includes examples of how to use them. If you haven't done so yet, be sure to also read the Introduction to The Objective-C Programming Language and the Cocoa Memory Management Guide. When you have more specific problems, ask them.

Georg Fritzsche