Skip to content

Commit e41f7c5

Browse files
committed
Merge pull request facebookarchive#717 from levi/scrollnode-initializer
Use long-form view block initializer for better Swift support
2 parents ed7f227 + 1f799a6 commit e41f7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AsyncDisplayKit/ASScrollNode.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ - (instancetype)init
2828
{
2929
return [super initWithViewBlock:^UIView *{
3030
return [[ASScrollView alloc] init];
31-
}];
31+
} didLoadBlock:nil];
3232
}
3333

3434
@end

0 commit comments

Comments
 (0)