You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
For instance a common mistake when using pop is to create a kPOPLayerScaleXY animation and set toValue to something like @(2.0) instead of the necessary tuple [NSValue valueWithCGPoint:CGPointMake(2.0, 2.0)]. This should somehow notify the developer with an error or warning.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For instance a common mistake when using pop is to create a
kPOPLayerScaleXY
animation and settoValue
to something like@(2.0)
instead of the necessary tuple[NSValue valueWithCGPoint:CGPointMake(2.0, 2.0)]
. This should somehow notify the developer with an error or warning.The text was updated successfully, but these errors were encountered: