Uses of Class
org.robovm.apple.uikit.UIDynamicBehavior
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIDynamicBehavior in org.robovm.apple.uikit
Subclasses of UIDynamicBehavior in org.robovm.apple.uikit Modifier and Type Class Description classUIAttachmentBehaviorclassUICollisionBehaviorclassUIDynamicItemBehaviorclassUIFieldBehaviorclassUIGravityBehaviorclassUIPushBehaviorclassUISnapBehaviorMethods in org.robovm.apple.uikit that return types with arguments of type UIDynamicBehavior Modifier and Type Method Description NSArray<UIDynamicBehavior>UIDynamicAnimator. getBehaviors()NSArray<UIDynamicBehavior>UIDynamicBehavior. getChildBehaviors()Methods in org.robovm.apple.uikit with parameters of type UIDynamicBehavior Modifier and Type Method Description voidUIDynamicAnimator. addBehavior(UIDynamicBehavior behavior)voidUIDynamicBehavior. addChildBehavior(UIDynamicBehavior behavior)voidUIDynamicAnimator. removeBehavior(UIDynamicBehavior behavior)voidUIDynamicBehavior. removeChildBehavior(UIDynamicBehavior behavior)