From c4f6c9035bb0e1fec8dadaf8ea44e7e6b938dfda Mon Sep 17 00:00:00 2001 From: Scott Goodson Date: Sat, 5 Mar 2016 20:22:18 -0800 Subject: [PATCH] [ASDataController] If app code issues edit commands before first reload, ignore them, as UIKit will call -reloadData. --- AsyncDisplayKit/Details/ASDataController.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/AsyncDisplayKit/Details/ASDataController.h b/AsyncDisplayKit/Details/ASDataController.h index 66a03abbed..5042c45de4 100644 --- a/AsyncDisplayKit/Details/ASDataController.h +++ b/AsyncDisplayKit/Details/ASDataController.h @@ -137,14 +137,6 @@ FOUNDATION_EXPORT NSString * const ASDataControllerRowNodeKind; */ - (instancetype)initWithAsyncDataFetching:(BOOL)asyncDataFetchingEnabled; -/** @name Initial loading - * - * @discussion This method allows choosing an animation style for the first load of content. It is typically used just once, - * for example in viewWillAppear:, to specify an animation option for the information already present in the asyncDataSource. - */ - -- (void)initialDataLoadingWithAnimationOptions:(ASDataControllerAnimationOptions)animationOptions; - /** @name Data Updating */ - (void)beginUpdates;