The methods of UIKit.UIPushBehavior are listed below. For a list of all members, see the UIPushBehavior Members list.
See Also: Inherited members from UIKit.UIDynamicBehavior
AddItem(IUIDynamicItem)Adds the specified dynamic item to this UIPushBehavior's Items. | ||
GetTargetOffsetFromCenter(IUIDynamicItem)The offset from the center of the dynamic item at which the force vector is applied. | ||
RemoveItem(IUIDynamicItem)Removes the specified dynamic item from this UIPushBehavior's Items. | ||
SetAngleAndMagnitude(nfloat, nfloat)Specifies the angle, in radians, and magnitude of the force vector for this UIPushBehavior. | ||
SetTargetOffset(UIOffset, IUIDynamicItem)Specifies an offset from the center of the dynamic item at which to apply the force vector. | ||