Sha256: 73a10a64c77a111cef2976e3e8c4224e61892619e6eb0f80ce2044bcd1030a9d
Contents?: true
Size: 338 Bytes
Versions: 20
Compression:
Stored size: 338 Bytes
Contents
module Prime module AsyncFormMixin def reload_table_data return super unless async_data? sections = NSMutableIndexSet.new number_of_groups.times do |section_id| sections.addIndex(section_id) end table_view.reloadSections sections, withRowAnimation: UITableViewRowAnimationFade end end end
Version data entries
20 entries across 20 versions & 1 rubygems