added sample app that initializes ASCollectionView cells using view controllers, wip though

This commit is contained in:
Luke Parham
2015-12-08 21:57:14 -06:00
parent f5d06c5989
commit 5e34f10b81
55 changed files with 1589 additions and 3 deletions

View File

@@ -40,8 +40,9 @@
- (instancetype)initWithViewBlock:(ASDisplayNodeViewBlock)viewBlock didLoadBlock:(ASDisplayNodeDidLoadBlock)didLoadBlock
{
ASDisplayNodeAssertNotSupported();
return nil;
return [super initWithViewBlock:viewBlock didLoadBlock:didLoadBlock];
// ASDisplayNodeAssertNotSupported();
// return nil;
}
- (void)setLayerBacked:(BOOL)layerBacked