MonoTouch.UIKit.IUIDynamicItem
An interface whose implementers can be affected by MonoTouch.UIKit.UIDynamicBehaviors.

See Also: IUIDynamicItem Members

Syntax

[MonoTouch.Foundation.Protocol(Name="UIDynamicItem", WrapperType=typeof(MonoTouch.UIKit.UIDynamicItemWrapper))]
public interface IUIDynamicItem : MonoTouch.ObjCRuntime.INativeObject, IDisposable

Remarks

iOS 7 introduced UI Dynamics, which provides physics-based animation for UI elements. The overall coordination of UI Dynamics is performed by a MonoTouch.UIKit.UIDynamicAnimator, which holds references to a number of MonoTouch.UIKit.UIDynamicBehaviors, which define behaviors such as gravity, pushing, and collision detection. Each MonoTouch.UIKit.UIDynamicBehavior holds references to some amount of MonoTouch.UIKit.IUIDynamicItems, which represent the objects to which the physics model is applied.

Two classes that implement MonoTouch.UIKit.IUIDynamicItem are MonoTouch.UIKit.UIView and MonoTouch.UIKit.UICollectionViewLayoutAttributes.

Requirements

Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0