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
I found the easiest way around this was to just apply the UIKitDynamics behaviours to a container view and apply the scaling/transforms to a subview within that container.
This way you can also animate the transform while still applying the dynamic behaviour.