views:

42

answers:

1

Actually, I have 2 questions...

1)I have a NSMutableArray that i am displaying it in a table view. I have included a search bar for searching the table view. Now i want to add the array to NSMutableDictionary with alphabets as keys.

2)I want to display this NSDictionary in table view as grouped table with numbers and alphabets as groups. The search results must also yield grouped table view...

Please direct me to a solution. I have been trying to achieve it since long time... Any source or tutorial will be of great help...

A: 

Here is a similar question, which might help you achieve the first part.

Joseph Tura
can anyone help me with the second question? I m really stuck at that...
Rahul Varma