changed '-visibilityDidChange:' to '-visiblieStateDidChange:' to match the others

This commit is contained in:
Luke Parham
2016-05-04 16:41:11 -05:00
parent d47059dffe
commit e510120031
11 changed files with 20 additions and 20 deletions

View File

@@ -95,7 +95,7 @@ static UIApplicationState __ApplicationState = UIApplicationStateActive;
{
_scrollDirection = scrollDirection;
// Perform update immediately, so that cells receive a visibilityDidChange: call before their first pixel is visible.
// Perform update immediately, so that cells receive a visibileStateDidChange: call before their first pixel is visible.
[self scheduleRangeUpdate];
}