I'm new to Objective-C and I couldn't find a direct solution for my problem where it is explained how to add string behind or in front of an array value . I try to get some text from an array and add some other string behind or infront of it (will be used in tableviewcell). In Android it's working just with + signs, that's why I couldn't handle it here. I try to do something like below:
"some text" +[arrayName objectAtIndex:indexPath.row] + "some text"