iOS: add error code
This commit is contained in:
parent
6ecfc307bf
commit
62cb618923
@ -280,7 +280,7 @@ - (void)blendView:(UIImageView *)view forPropName:(NSString *)name propValue:(id
|
|||||||
}];
|
}];
|
||||||
}];
|
}];
|
||||||
[asyncResult setExceptionCallback:^(NSException *e) {
|
[asyncResult setExceptionCallback:^(NSException *e) {
|
||||||
DoricLog(@"Cannot load resource type = %@, identifier = %@, %@", type, identifier, e.reason);
|
DoricLog(@"Cannot load resource %@, %@", prop, e.reason);
|
||||||
}];
|
}];
|
||||||
} else if ([@"imageUrl" isEqualToString:name]) {
|
} else if ([@"imageUrl" isEqualToString:name]) {
|
||||||
__weak typeof(self) _self = self;
|
__weak typeof(self) _self = self;
|
||||||
|
Reference in New Issue
Block a user