Touch Gestures/Events
I have a tabbar application with 4 tabs. In order to swipe through the tabs, i set up touchesbegan, touchesmoved, and touchesended methods and nested if statements to calculate the x-coordinate. It works fine except when there are pickers and uiwebview on the viewcontrollers. I'd like to know a way to override whatever aspect it is that disables the touch gestures from registering on these views.
If anyone can help, it is much appreciated.
|