Use long-form view block initializer for better Swift support

This commit is contained in:
Levi McCallum 2015-10-06 09:34:57 -07:00
parent 2e5da5599d
commit 1f799a6687

View File

@ -28,7 +28,7 @@
{
return [super initWithViewBlock:^UIView *{
return [[ASScrollView alloc] init];
}];
} didLoadBlock:nil];
}
@end