Address pull request comments

This commit is contained in:
Michael Schneider
2016-03-16 10:35:53 -07:00
parent d3ba80ccfd
commit 19232ac493
3 changed files with 16 additions and 11 deletions

View File

@@ -1980,6 +1980,10 @@ void recursivelyTriggerDisplayForLayer(CALayer *layer, BOOL shouldBlock)
// subclass override
}
/**
* We currently only set interface state on nodes in table/collection views. For other nodes, if they are
* in the hierarchy we enable all ASInterfaceState types with `ASInterfaceStateInHierarchy`, otherwise `None`.
*/
- (BOOL)supportsRangeManagedInterfaceState
{
return ASHierarchyStateIncludesRangeManaged(_hierarchyState);