IPhone : Access Data from dictionary

on Tuesday, February 24, 2015

Get data from Webservice like this,



{
firstCategory = (

{
“name” = “first”
},
{
“name” = “second”
},
{
“name = third”
}
);
secondCategory = (
{
“name” = “fifth”
},
{
“name” = “sixth”
},
{
“name = “seventh”
}
);

}


i want to fetch data from dictionary and store into two different array.first category data into first array and second category data into second array.


0 comments:

Post a Comment