I am using a UISnapBehavior but it is snapping too quickly for my liking. Is there a way to slow it down? Or in other words: is there a way to adjust the elasticity of the object with the point where it should snap to?
Slow down UISnapBehavior
2.2k Views Asked by drewag At
2
I was able to solve this by attaching the view to a
UIDynamicItemBehavior
as well and setting theresistance
property.