I have a UITableViewCell with a button inside it, when I press the button, it moves onto the next view, but I need to pass the index of the TableViewCell, but I cannot find this because it is NOT in DidSelectCellAtIndexPath, it is only the button that is pressable.
How do I find out the indexPath of the Button and why does it crash?