motion-prime/sections/table/table_delegate.rb in motion-prime-1.0.5 vs motion-prime/sections/table/table_delegate.rb in motion-prime-1.0.6

- old
+ new

@@ -62,11 +62,19 @@ def scrollViewDidScroll(scroll) table_section.scroll_view_did_scroll(scroll) table_section.update_pull_to_refresh_after_scroll(scroll) end + def scrollViewDidEndScrollingAnimation(scroll) + table_section.scroll_view_did_end_scrolling_animation(scroll) + end + def scrollViewWillBeginDragging(scroll) table_section.scroll_view_will_begin_dragging(scroll) + end + + def scrollViewWillBeginDecelerating(scroll) + table_section.scroll_view_will_begin_decelerating(scroll) end def scrollViewDidEndDecelerating(scroll) table_section.scroll_view_did_end_decelerating(scroll) end \ No newline at end of file