motion-prime/sections/table/table_delegate.rb in motion-prime-1.0.0 vs motion-prime/sections/table/table_delegate.rb in motion-prime-1.0.1
- old
+ new
@@ -13,10 +13,10 @@
# super
# end
def init_pull_to_refresh
return unless block = table_section.class.pull_to_refresh_block
- table_section.add_pull_to_refresh do
+ table_section.add_pull_to_refresh(table_section.class.pull_to_refresh_options || {}) do
table_section.instance_eval(&block)
end
end
def numberOfSectionsInTableView(table)
\ No newline at end of file