How to I make TableView Cells spanning over multiple rows?
        Posted  
        
            by Holger
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Holger
        
        
        
        Published on 2010-02-03T14:01:40Z
        Indexed on 
            2010/03/26
            7:03 UTC
        
        
        Read the original article
        Hit count: 264
        
Hi there, is there a way to create a tableview in which a cell may span over more than one row. As the two "X" here?
1 2 3 4 5
2 1 X 1 2
1 2 X 4 5
        © Stack Overflow or respective owner