How can i use Table Cell as UIImageView not using Custum Cell?
        Posted  
        
            by Ankit
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ankit
        
        
        
        Published on 2010-05-11T07:08:41Z
        Indexed on 
            2010/05/11
            7:14 UTC
        
        
        Read the original article
        Hit count: 275
        
iphone
In My Application I have to show Image after every 3 Rows.My Image is static and it should come after every 3 rows.I don't want to take UIImageView and add it to cell but if there any way to show my image using directly Cell's property.My Image size is 320X87 pixels.
© Stack Overflow or respective owner