in my iphone app i am working with NSDictionary
i have a Array which contains a dictionary like this
arrSelectedVersions(
{
CellStateKey = 0;
CellTextKey = Airlines;
},
{
CellStateKey = 1;
CellTextKey = Audit;
}
)
now i need to pic the values for the key ‘CellTextKey’ n i should add those values into an array, how can i do this can any buddy help me,,
Try this,