feat:fix Text auto resize in iOS
This commit is contained in:
parent
de6a094afa
commit
f205a4769a
@ -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
|
||||
|
Reference in New Issue
Block a user