
hello
how to assign value from array to string.
nsstring *abc = [array objectAtindex:1];

you can use this code
NSString *abc = [NSString stringWithString:[array objectAtIndex:i]];
where i is variable!!!!
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.