I am having code
NSString *cellValue1 = [products1 objectAtIndex:indexPath.row];
when i try to print NSLog(@"cell value is %@",cellValue1);
in log i am not getting anything, if i use %s, i am getting some symbols, not the string located in cellValue1.
Please help me.
Thanks in advance.