Hi Friends. I have a simple question. How can I search NSMutable Dictionary? For eg. I have a dictionary like this:
A1: Apple
B1: Banana
C1: Cat
D1: Dog
A2: Aeroplane
B2: Bottle
A3: Android
Now i want to search all the content (values) whose key starting with letter "A", means I want to search "Apple, Aeroplane and Android". I know how to search array but not Dictionary. Please help me out.