feat:delete gravity in Stack
This commit is contained in:
@@ -29,10 +29,6 @@ - (DoricStackView *)build {
|
||||
}
|
||||
|
||||
- (void)blendView:(DoricStackView *)view forPropName:(NSString *)name propValue:(id)prop {
|
||||
if ([name isEqualToString:@"gravity"]) {
|
||||
view.gravity = (DoricGravity) [(NSNumber *) prop integerValue];
|
||||
} else {
|
||||
[super blendView:view forPropName:name propValue:prop];
|
||||
}
|
||||
[super blendView:view forPropName:name propValue:prop];
|
||||
}
|
||||
@end
|
||||
|
Reference in New Issue
Block a user