Why is it that when I set a addTarget:action:forControlEvents: for UIControlEventTouchDragEnter on a button it only gets called when I drag out of the button bounds and back in? I'd also expect it to get called when I press outside of the button bounds and drag into the button, but that's not happening.
Thanks in advance!
Thanks in advance!