So let's say I have a leftView and a rightView in my iOS app. Right now both views are independently registering touches.
If I drag my finger from the leftView to the rightView, the leftView continues to register touches even though my finger is now in rightView. Unless I lift my finger up and touch the rightView again, rightView never registers a touch.
Anybody have any ideas how to deal with this?