Wrap words in uitableview, iphone
        Posted  
        
            by Nithin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nithin
        
        
        
        Published on 2010-03-08T05:12:38Z
        Indexed on 
            2010/03/08
            5:21 UTC
        
        
        Read the original article
        Hit count: 954
        
I am creating an rss feed application. As a sample i have downloaded apples rss feed, but the problem with it is that the words in the table cells are not wrapped. As the contents are of very lengthy, the users may not be able to read the full text from the table unless by going to that link. Instead, I need to display that in 2 or 3 lines, otherwise saying, need to use word wrap in the tables. How to implement that? pls reply
© Stack Overflow or respective owner