UIKit.UIDynamicAnimator Members

The members of UIKit.UIDynamicAnimator are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
BehaviorsUIDynamicBehavior[]. Array containing the current list of behaviors running on this UIDynamicAnimator.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateIUIDynamicAnimatorDelegate. An instance of the UIKit.UIDynamicAnimatorDelegate model class which acts as the class delegate.
[read-only]
ElapsedTimedouble. The time interval since the UIDynamicAnimator began running.
[read-only]
ReferenceViewUIView. The UIView that the UIDynamicAnimator was initialized with. Read-only.
[read-only]
Runningbool. Whether the UIDynamicAnimator is running. Read-only.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

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) : IUIDynamicItem[]
The dynamic items that intersect the specified RectangleF.
GetLayoutAttributesForCell(Foundation.NSIndexPath) : UICollectionViewLayoutAttributes
The layout attributes for a UICollectionView cell.
GetLayoutAttributesForDecorationView(Foundation.NSString, Foundation.NSIndexPath) : UICollectionViewLayoutAttributes
The layout attributes for a UICollectionView decoration view.
GetLayoutAttributesForSupplementaryView(Foundation.NSString, Foundation.NSIndexPath) : UICollectionViewLayoutAttributes
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.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIDynamicAnimator object.

Explicitly Implemented Interface Members

IEnumerable<UIKit.UIDynamicBehavior>.GetEnumeratorDocumentation for this section has not yet been entered.
IEnumerable.GetEnumeratorRetrieves the behaviors via an enumerator.