mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-05-25 01:31:37 +08:00
Fix issue #233
This commit is contained in:
@@ -104,7 +104,7 @@ module ProMotion
|
||||
|
||||
def delete_row(index_paths, animation = nil)
|
||||
animation = map_row_animation_symbol(animation)
|
||||
index_paths = Array(index_paths)
|
||||
index_paths = [index_paths] if index_paths.kind_of?(NSIndexPath)
|
||||
deletable_index_paths = []
|
||||
|
||||
index_paths.each do |index_path|
|
||||
|
||||
Reference in New Issue
Block a user