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

@@ -240,7 +240,7 @@ NS_ASSUME_NONNULL_BEGIN
*
* @discussion Subclasses may use this to monitor when they become visible.
*/
- (void)visibilityDidChange:(BOOL)isVisible ASDISPLAYNODE_REQUIRES_SUPER;
- (void)visibileStateDidChange:(BOOL)isVisible ASDISPLAYNODE_REQUIRES_SUPER;
/**
* @abstract Called whenever the the node has entered or left the display state.