Class: Motion::Xray::XrayScrollView

Inherits:
UIScrollView
  • Object
show all
Defined in:
lib/motion-xray/views/xray_scroll_view.rb

Instance Method Summary collapse

Instance Method Details

#touchesShouldCancelInContentView(view) ⇒ Object



5
6
7
8
# File 'lib/motion-xray/views/xray_scroll_view.rb', line 5

def touchesShouldCancelInContentView(view)
  return false if view.is_a?(XrayDpad)
  return super
end