Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iOS
IGListKit
Commits
6d69b6f5
Commit
6d69b6f5
authored
7 years ago
by
Ryan Nystrom
Browse files
Options
Download
Email Patches
Plain Diff
add the items to array
parent
f5789921
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Source/IGListAdapterUpdater.m
+2
-0
Source/IGListAdapterUpdater.m
with
2 additions
and
0 deletions
+2
-0
Source/IGListAdapterUpdater.m
+
2
-
0
View file @
6d69b6f5
...
...
@@ -286,6 +286,8 @@ void convertReloadToDeleteInsert(NSMutableIndexSet *reloads,
[
reloadInsertPaths
addObject
:
reload
.
toIndexPath
];
}
}
[
itemDeletes
addObjectsFromArray
:[
reloadDeletePaths
allObjects
]];
[
itemInserts
addObjectsFromArray
:[
reloadInsertPaths
allObjects
]];
IGListBatchUpdateData
*
updateData
=
[[
IGListBatchUpdateData
alloc
]
initWithInsertSections
:
inserts
deleteSections:
deletes
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets