custom height UITableViewCell
        Posted  
        
            by nevva
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by nevva
        
        
        
        Published on 2010-04-28T10:50:17Z
        Indexed on 
            2010/04/28
            10:53 UTC
        
        
        Read the original article
        Hit count: 176
        
iphone
|objective-c
I have a custom UITableViewCell that loads in a programmatically created UITableView that is pushed from another view onto a UINavigationController, why cant i specify the height of my cells? The other weird thing is that when i push the cell, the didSelectRowAtIndexPath:indexPath method isn't called.
© Stack Overflow or respective owner