Hi,
in the iPad app I'm writing I have a View with a number of buttons. It's easy to create actions and outlets by dragging from the storyboard to the Swift code. The problem is that I want to emulate the normal mouse-over effect used in other devices and I can't find any suitable action. I want actions that trigger when a user drags his finger over the buttons - to show different help images for each button. But nothing happens unless the finger is touched down INSIDE the buttons - as if he wants to press it.
I find it really surprising that it's not possible to detect a finger sliding over a button - or is there a way?