A question related to cell of UITabelview
        Posted  
        
            by vikas Savardekar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by vikas Savardekar
        
        
        
        Published on 2010-04-26T06:38:55Z
        Indexed on 
            2010/04/26
            6:43 UTC
        
        
        Read the original article
        Hit count: 264
        
iphone
UIButton * button; I have put cell.accessoryView = button;
In didSelectRowAtIndexPath i have written above code,but it doesn't show UIButton on cell of UITabelView
© Stack Overflow or respective owner