Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: ios/chrome/browser/ui/collection_view/collection_view_controller.h

Issue 2738743005: Add a way to reconfigure cell from IndexPaths (Closed)
Patch Set: Add a comment Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/ui/collection_view/collection_view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/collection_view/collection_view_controller.h
diff --git a/ios/chrome/browser/ui/collection_view/collection_view_controller.h b/ios/chrome/browser/ui/collection_view/collection_view_controller.h
index 3162a35b0b55d157086c2567d4642446f8b7f84a..4273f56b6f1f9c02a548ae2148459aa4178acc1e 100644
--- a/ios/chrome/browser/ui/collection_view/collection_view_controller.h
+++ b/ios/chrome/browser/ui/collection_view/collection_view_controller.h
@@ -47,6 +47,10 @@ typedef NS_ENUM(NSInteger, CollectionViewControllerStyle) {
- (void)reconfigureCellsForItems:(NSArray*)items
inSectionWithIdentifier:(NSInteger)sectionIdentifier;
+// Reconfigures the cells corresponding to the given |indexPaths| by calling
+// |configureCell:| on each cell.
+- (void)reconfigureCellsAtIndexPaths:(NSArray*)indexPaths;
+
#pragma mark MDCCollectionViewEditingDelegate
// Updates the model with changes to the collection view items. Must be called
« no previous file with comments | « no previous file | ios/chrome/browser/ui/collection_view/collection_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698