Merge pull request #1131 from levi/setNeedsDataFetch

Update documentation for `setNeedsDataFetch`
This commit is contained in:
appleguy
2016-01-27 20:09:55 -08:00

View File

@@ -465,8 +465,7 @@ NS_ASSUME_NONNULL_BEGIN
- (void)recursivelyFetchData;
/**
* @abstract Triggers a call to fetchData for nodes in the preload range
* @discussion Recursively calls fetchData immediately if the node is currently within the preload range.
* @abstract Triggers a recursive call to fetchData when the node has an interfaceState of ASInterfaceStateFetchData
*/
- (void)setNeedsDataFetch;