I have a viewController
that has several items added programatically. A UILabel
and a UIWebView
including a scroll view.
Now I have added a swipe gesture onto the viewController using storyboard and when run all seems ok.
The issue comes when I try to swipe over the the UIWebview
, it does not trigger the the Swipe gesture and looks as if its cancelling it out.
How can i enable it so the gesture works over the whole view but yet keeping the UIWebview
functionality?