feat:fix Text auto resize in iOS

This commit is contained in:
pengfei.zhou 2019-11-19 19:54:38 +08:00
parent de6a094afa
commit f205a4769a

View File

@ -49,4 +49,9 @@ - (void)blendView:(UILabel *)view forPropName:(NSString *)name propValue:(id)pro
[super blendView:view forPropName:name propValue:prop];
}
}
- (void)blend:(NSDictionary *)props {
[super blend:props];
[self.view.superview setNeedsLayout];
}
@end