Revert "Prevent deallocation of asyncDataSource and asyncDelegate in ASCollectionView and ASTableView"

This reverts commit 3668f45286.
This commit is contained in:
Scott Goodson
2016-03-22 14:38:50 -07:00
parent 953c0f51f0
commit 5b9302b681
4 changed files with 4 additions and 48 deletions

View File

@@ -49,12 +49,6 @@
*/
- (void)updateCurrentRangeWithMode:(ASLayoutRangeMode)rangeMode;
/**
* Schedule a range update and call the completion block if finished. This drives updating the working
* ranges, and triggering their actions.
*/
- (void)scheduleRangeUpdateCompletion:(void (^)(void))completion;
@end
@@ -70,10 +64,7 @@
@interface ASViewController (ASRangeControllerUpdateRangeProtocol)
/**
* Automatically adjust range mode based on view events if the containing node confirms to the
* ASRangeControllerUpdateRangeProtocol
*/
/// Automatically adjust range mode based on view events if the containing node confirms to the ASRangeControllerUpdateRangeProtocol
@property (nonatomic, assign) BOOL automaticallyAdjustRangeModeBasedOnViewEvents;
@end