mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
added sample app that initializes ASCollectionView cells using view controllers, wip though
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user