Is it possible to have a button that has a method that processes its tap event to another button?
So button A is tapped and all it does is pass this tap to button B so it is button B's code that runs.
So button A is tapped and all it does is pass this tap to button B so it is button B's code that runs.