iphone - how to assign class object values to mutable array? -
i using class object store xml parsed data. need 1 mutable array , want store class object values in new mutable array.
use
[yourarray addobject:obj];
i using class object store xml parsed data. need 1 mutable array , want store class object values in new mutable array.
use
[yourarray addobject:obj];
Comments
Post a Comment