Merge pull request #346 from airbnb/btw/keypathwarning

Add log warning for missing keypath
This commit is contained in:
Brandon Withrow
2017-08-04 13:40:56 -07:00
committed by GitHub

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);
}
}