objective C string Confusion
        Posted  
        
            by mac
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mac
        
        
        
        Published on 2010-03-12T13:32:51Z
        Indexed on 
            2010/03/12
            13:37 UTC
        
        
        Read the original article
        Hit count: 190
        
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.
© Stack Overflow or respective owner