When adding a UIDynamicItem
aka UIView
to a UIGravityBehavior
the object falls. I would like it to just rotate facing the earth without falling. How can I achieve this?
Asked
Active
Viewed 219 times
0

Nicolas Manzini
- 8,379
- 6
- 63
- 81
-
Have you tried also anchoring it with a `UIAttachmentBehavior` type `UIAttachmentBehaviorTypeAnchor`? – Mike Pollard Mar 05 '14 at 11:27
-
No I didn't try. I will try it now. – Nicolas Manzini Mar 05 '14 at 11:28