mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-03-29 08:39:00 +08:00
Merge pull request #2134 from maicki/MSFixWarningASCALayerExtendedDelegate
Fix compiler warning in Xcode 8
This commit is contained in:
@@ -96,7 +96,8 @@
|
||||
CGRect oldBounds = self.bounds;
|
||||
[super setBounds:bounds];
|
||||
self.asyncdisplaykit_node.threadSafeBounds = bounds;
|
||||
[self.delegate layer:self didChangeBoundsWithOldValue:oldBounds newValue:bounds];
|
||||
[(id<ASCALayerExtendedDelegate>)self.delegate layer:self didChangeBoundsWithOldValue:oldBounds newValue:bounds];
|
||||
|
||||
} else {
|
||||
[super setBounds:bounds];
|
||||
self.asyncdisplaykit_node.threadSafeBounds = bounds;
|
||||
|
||||
Reference in New Issue
Block a user