So here I am upgrading a working ios6 app to ios7, and now I can\'t receive taps or other actions on custom buttons (or other subviews) inside my tableviewcells.
Edit:>
Solved with:
[cell.contentView setUserInteractionEnabled: NO];