iOSCustomTableCell and button

I have iOSCustomTableCell with a button in it. When I push the button, the entire cell seems to select and the button isn’t fired.
Any ideas why this might happen?

I think you need to also put a label in the custom cell and set the text to that label instead of cell.text

Make sure the label doesn’t overlap your button.