How to make background of UITableViewCell with buttons transparent
问题 In IB, on the .xib where the file's owner is a subclass of UITableViewController, the structure of a cell that I wish to load from the xib is: (UITableViewCell)cell->(UIView)View->(UIButton)but1,but2,but3. I am trying to have the buttons appear on the table without the frame/background of the cell. I've made the cell's background and its View's background clearColor, but what I get now is a black background on the cell (with the rounded corners), like so: Because of the striped nature of the