Small comment fix

This commit is contained in:
Michael Schneider
2016-04-09 10:55:04 -07:00
parent be26f0c2e5
commit e9fe92444f
2 changed files with 2 additions and 2 deletions

View File

@@ -757,7 +757,7 @@ static NSString * const kCellReuseIdentifier = @"_ASCollectionViewCell";
- (void)_scheduleCheckForBatchFetching
{
// Push this to the next runloop to be sure the UITableView has the right content size
// Push this to the next runloop to be sure the scroll view has the right content size
dispatch_async(dispatch_get_main_queue(), ^{
[self _checkForBatchFetching];
});

View File

@@ -732,7 +732,7 @@ static NSString * const kCellReuseIdentifier = @"_ASTableViewCell";
- (void)_scheduleCheckForBatchFetching
{
// Push this to the next runloop to be sure the UITableView has the right content size
// Push this to the next runloop to be sure the scroll view has the right content size
dispatch_async(dispatch_get_main_queue(), ^{
[self _checkForBatchFetching];
});