Array value by using textField
I wanna to insert array value by using textField.
we can initialize array value like this.
[Array addObject:NslocalizedString(@"Hai",nil)];
How can I insert array value from a textFiled by user input.
Please help me.
Thank You.
Last edited by Vineesh; 02-07-2012 at 05:21 AM.
|