Hi people,
I'm trying to acces an NSDictionary for a table view.
Now my problem is that in apple's example they use
but htis method is deprecated, if you look in the reference of NSDictionary they eliminated this moethod but i don't understand what I must use instead...
I'm little bit confused please help
Thxx
I'm trying to acces an NSDictionary for a table view.
Now my problem is that in apple's example they use
Code:
[aNSDictionary objectAtIndex:intIndex];
but htis method is deprecated, if you look in the reference of NSDictionary they eliminated this moethod but i don't understand what I must use instead...
I'm little bit confused please help
Thxx