I have created 2 variables of NSString and 1 variable of NSMutableArray,
Now I want to add both string variables into mutable array.
can any one tell me how to do it?
Adding Strings into NSMutableArray
Ask by Anonymous User
Updated 08 Nov 2015
If you want to add NSString objects into array,
then I'll try to show you both Mutable and Immutable array example but I would recommend using an Immutable version:
Mutable version:
Immutable version: