Reputation: 1221
we tried to add a UIButton (like here) to a container view (container.addSubView: button), and then assign that container to the accessory view of the cell : (cell.accessoryView = container), but when we open the table view it does not show that accessory view ... why ?
Upvotes: 0
Views: 550