iOS:fix FlowLayout show
This commit is contained in:
@@ -19,16 +19,6 @@
|
||||
|
||||
#import "DoricFlowLayoutItemNode.h"
|
||||
|
||||
@interface DoricFlowLayoutItemView : UIView
|
||||
@end
|
||||
|
||||
@implementation DoricFlowLayoutItemView
|
||||
@end
|
||||
|
||||
@interface DoricFlowLayoutItemNode ()
|
||||
@end
|
||||
|
||||
|
||||
@implementation DoricFlowLayoutItemNode
|
||||
- (instancetype)initWithContext:(DoricContext *)doricContext {
|
||||
if (self = [super initWithContext:doricContext]) {
|
||||
@@ -41,8 +31,4 @@ - (void)initWithSuperNode:(DoricSuperNode *)superNode {
|
||||
[super initWithSuperNode:superNode];
|
||||
self.reusable = YES;
|
||||
}
|
||||
|
||||
- (DoricFlowLayoutItemView *)build {
|
||||
return [DoricFlowLayoutItemView new];
|
||||
}
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user