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
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.
For instance a common mistake when using pop is to create a
kPOPLayerScaleXYanimation and settoValueto 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.