class UntouchebleScrollView

Attributes

targetView[RW]

Public Instance Methods

touchesBegan(touches, withEvent: event) click to toggle source
# File lib/swipe_action_cell/untoucheble_scroll_view.rb, line 5
def touchesBegan touches, withEvent: event
  targetView.touchesBegan touches, withEvent: event
end
touchesCancelled(touches, withEvent: event) click to toggle source
# File lib/swipe_action_cell/untoucheble_scroll_view.rb, line 17
def touchesCancelled touches, withEvent: event
  targetView.touchesCancelled touches, withEvent: event
end
touchesEnded(touches, withEvent: event) click to toggle source
# File lib/swipe_action_cell/untoucheble_scroll_view.rb, line 13
def touchesEnded touches, withEvent: event
  targetView.touchesEnded touches, withEvent: event
end
touchesMoved(touches, withEvent: event) click to toggle source
# File lib/swipe_action_cell/untoucheble_scroll_view.rb, line 9
def touchesMoved touches, withEvent: event
  targetView.touchesMoved touches, withEvent: event
end