Add log warning for missing keypath

This commit is contained in:
brandon_withrow
2017-08-04 13:40:18 -07:00
parent 1d136c4034
commit 8067262ebf

View File

@@ -317,6 +317,8 @@
[CATransaction setDisableActions:YES];
[_compContainer displayWithFrame:_compContainer.currentFrame forceUpdate:YES];
[CATransaction commit];
} else {
NSLog(@"%s: Keypath Not Found: %@", __PRETTY_FUNCTION__, keypath);
}
}