Merge branch 'master' of git://github.com/kielgillard/AsyncDisplayKit into kielgillard-master

This commit is contained in:
Scott Goodson
2016-07-09 15:44:31 -07:00
44 changed files with 857 additions and 426 deletions

View File

@@ -62,4 +62,11 @@ typedef ASTraitCollection * _Nonnull (^ASDisplayTraitsForTraitWindowSizeBlock)(C
@end
@interface ASViewController (ASRangeControllerUpdateRangeProtocol)
/// Automatically adjust range mode based on view events if the containing node confirms to the ASRangeControllerUpdateRangeProtocol
@property (nonatomic, assign) BOOL automaticallyAdjustRangeModeBasedOnViewEvents;
@end
NS_ASSUME_NONNULL_END