I need to place a button with a long-press gesture, on the same potion of a button with a regular click (touch up inside).
I want them to be two separate buttons for a couple of reasons:
- One is bigger than the other.
- The long-press button is a button I created by code, and use also in other places in the project.
- The other button is a button in a specific cell of a collection view
Is there is way to put two buttons on the same potion, and they both get the trigger?
Thanks