iOS add View Node
This commit is contained in:
@@ -12,6 +12,12 @@ @implementation DoricRect
|
||||
@end
|
||||
|
||||
@implementation LayoutParams
|
||||
- (instancetype)init {
|
||||
if (self = [super init]) {
|
||||
_margin = [[DoricRect alloc] init];
|
||||
}
|
||||
return self;
|
||||
}
|
||||
@end
|
||||
|
||||
|
||||
@@ -37,13 +43,13 @@ - (void)measure {
|
||||
@end
|
||||
|
||||
@implementation Stack
|
||||
@end
|
||||
|
||||
@implementation LinearLayout
|
||||
@end
|
||||
|
||||
@implementation VLayout
|
||||
|
||||
@end
|
||||
|
||||
@implementation HLayout
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user