iOS:fix when reuse node,call reset cause property lost
This commit is contained in:
@@ -103,9 +103,6 @@ - (UIView *)build {
|
||||
}
|
||||
|
||||
- (void)blend:(NSDictionary *)props {
|
||||
if (self.superNode.reusable) {
|
||||
[self reset];
|
||||
}
|
||||
for (NSString *key in props) {
|
||||
id value = props[key];
|
||||
if (!value || [value isKindOfClass:[NSNull class]]) {
|
||||
|
||||
Reference in New Issue
Block a user