I have a view that has some scale transformations. And when I apply some UIKit Dynamics on it, it zeroes them out. /:
How can I keep the existing transformation on the view whil
Here is a tutorial,http://www.raywenderlich.com/50197/uikit-dynamics-tutorial.
The author said,we can’t use a transform to scale your object while it is under the control of dynamics.
I hope the article could help you.