inserting values from array to table view
        Posted  
        
            by shishir.bobby
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by shishir.bobby
        
        
        
        Published on 2010-05-19T12:50:01Z
        Indexed on 
            2010/05/19
            12:50 UTC
        
        
        Read the original article
        Hit count: 537
        
iphone-sdk
hi all,
i hv an array
parsed from xml which looks like this
de> <0>Merkel <1>AppleIphone <2>Sag ich nicht <3>youporn.com <4>ICQ Service <5>Sozialamt <6>Liebesengel <7>Hartz 4
i am able to set this list into table view's cell,
but the problem is i am not able to break each entry for each cell..evrything is coming up in a ssingle row, how can i get each entry in each row?
regards shishir
© Stack Overflow or respective owner