Sha256: 5d9152b6a452504db1d2bf907b1de182719856f3fecbccd6cdb57eee2a78a1cb

Contents?: true

Size: 260 Bytes

Versions: 1

Compression:

Stored size: 260 Bytes

Contents

class UITableView
  def reloadVisibleRowsExceptIndexPath(indexPath)
    visibleRows = indexPathsForVisibleRows.mutableCopy
    visibleRows.removeObject(indexPath)
    reloadRowsAtIndexPaths(visibleRows, withRowAnimation: UITableViewRowAnimationNone)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubymotionr-0.0.1 spec/multiple-rubymotion-apps/GestureTable/app/UITableView_extensions.rb