mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-05-12 16:23:08 +08:00
Updating API names for network range and memory culling before ASDK 1.2 tag.
This commit is contained in:
@@ -127,12 +127,12 @@
|
||||
{
|
||||
[super displayWillStart];
|
||||
|
||||
[self fetchRemoteData];
|
||||
[self fetchData];
|
||||
}
|
||||
|
||||
- (void)clearRemoteData
|
||||
- (void)clearFetchedData
|
||||
{
|
||||
[super clearRemoteData];
|
||||
[super clearFetchedData];
|
||||
|
||||
{
|
||||
ASDN::MutexLocker l(_lock);
|
||||
@@ -143,9 +143,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
- (void)fetchRemoteData
|
||||
- (void)fetchData
|
||||
{
|
||||
[super fetchRemoteData];
|
||||
[super fetchData];
|
||||
|
||||
{
|
||||
ASDN::MutexLocker l(_lock);
|
||||
|
||||
Reference in New Issue
Block a user