The methods of UIKit.UIDynamicAnimator are listed below. For a list of all members, see the UIDynamicAnimator Members list.
See Also: Inherited members from Foundation.NSObject
Add(UIDynamicBehavior)Adds the specified behavior. | ||
AddBehavior(UIDynamicBehavior)Adds the specified behavior to the animator. | ||
AddBehaviors(params UIDynamicBehavior[])Adds the array of specified behaviors. | ||
GetDynamicItems(CoreGraphics.CGRect)The dynamic items that intersect the specified RectangleF. | ||
GetLayoutAttributesForCell(Foundation.NSIndexPath)The layout attributes for a UICollectionView cell. | ||
GetLayoutAttributesForDecorationView(Foundation.NSString, Foundation.NSIndexPath)The layout attributes for a UICollectionView decoration view. | ||
GetLayoutAttributesForSupplementaryView(Foundation.NSString, Foundation.NSIndexPath)The layout attributes for a UICollectioNView supplementary view. | ||
RemoveAllBehaviors()Removes all of the behaviors attached to this animator. | ||
RemoveBehavior(UIDynamicBehavior)Removes the specified behavior from the animator. | ||
RemoveBehaviors(params UIDynamicBehavior[])Removes the listed behaviors from the animator. | ||
UpdateItemUsingCurrentState(IUIDynamicItem)Reads the current state of a dynamic item, replacing the UIDynamicAnimator's internal representation of that item's state. | ||