开发者

How to change the value of an NSMutableArray at a particular index

[array objectAtIndex:i]开发者_运维技巧 doesn't work as an L value, so it can't be used to set the object at index i.


Use -insertObject:atIndex: or replaceObjectAtIndex:withObject:.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜