Recently it was discussed nGUI doesn't natively support OnHover() with iOS.. is this 100% accurate and final?
I was playing Clash of Clans today on iOS and if you have a touch down and then move your finger over a UI button it will pick it up, whereas my current game on iOS does not do this. It will only register if I press and hold on the button itself, and will not detect the release unless I let go of the screen. In Clash of Clans it will stop the "down" action of the button if you slide your finger off of it.
Is there any current way to produce this same effect in nGUI? I was going to create a D-Pad with a left and right arrow but it would be crucial to be able to slide your finger left and right and not have to lift it off the screen.