How do I hide the UITableViewCell border for a custom cell in a group tableview?
        Posted  
        
            by Gorgando
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Gorgando
        
        
        
        Published on 2010-05-20T17:32:53Z
        Indexed on 
            2010/05/20
            17:40 UTC
        
        
        Read the original article
        Hit count: 1923
        
What I am trying to do: I want three buttons side-by-side in a tableviewcell just like in Contacts app.
What I've done: I have a custom tableviewcell with three uibuttons in it. I've set the background color of the tableviewcell to be transparent.
What I can't figure out: The tableviewcell border is still there! Everything looks great except for the border floating around the 3 buttons.
Am I doing this completely wrong? Or is there a simple way to remove/hide the border?
Thanks!!!
© Stack Overflow or respective owner