Share via


UIAttachmentBehavior.CreateFixedAttachment Method

Definition

[Foundation.Export("fixedAttachmentWithItem:attachedToItem:attachmentAnchor:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIAttachmentBehavior CreateFixedAttachment(UIKit.IUIDynamicItem item1, UIKit.IUIDynamicItem item2, CoreGraphics.CGPoint attachmentAnchor);
[<Foundation.Export("fixedAttachmentWithItem:attachedToItem:attachmentAnchor:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateFixedAttachment : UIKit.IUIDynamicItem * UIKit.IUIDynamicItem * CoreGraphics.CGPoint -> UIKit.UIAttachmentBehavior

Parameters

attachmentAnchor
CGPoint

Returns

Attributes

Applies to