We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed7f227 + 1f799a6 commit e41f7c5Copy full SHA for e41f7c5
AsyncDisplayKit/ASScrollNode.m
@@ -28,7 +28,7 @@ - (instancetype)init
28
{
29
return [super initWithViewBlock:^UIView *{
30
return [[ASScrollView alloc] init];
31
- }];
+ } didLoadBlock:nil];
32
}
33
34
@end
0 commit comments