Hi, I have a NsMutableArray, at each index there are several keys like:
Arrat
{
id=0;
img="xxx";
act="xxx";
},
{
...
}
...
)
I would like to replace the value for a determinate key of my array in an index. In documentation I see:
- (void)replaceObjectAtIndexNSUInteger)index withObjectid)anObject
It would be easy if my array was only index no keys, but with several keys... Any Idea?
Arrat
{
id=0;
img="xxx";
act="xxx";
},
{
...
}
...
)
I would like to replace the value for a determinate key of my array in an index. In documentation I see:
- (void)replaceObjectAtIndexNSUInteger)index withObjectid)anObject
It would be easy if my array was only index no keys, but with several keys... Any Idea?