vendredi 31 juillet 2015

Unwrapping NSMutableArray from Database

How do I unwrap a NSMutableArray that has been stored in a database? This is what I receive if I do NSLog(@"%@",webData);

Food items: (
    "Gold Chopsticks Prawns",
    "Gold Chopsticks Scallops",
    "General Tsou's Chicken"
)

I'm trying to add those 3 items to an NSMutableArray so I can access them like "objectatIndex:1" should return "Gold Chopsticks Scallops".

Thank you

Aucun commentaire:

Enregistrer un commentaire