UIPasteboard.FromName(String, Boolean) Method

Definition

Returns the UIPasteBoard for the specified name, optionally creating one if it doesn't exist.

[Foundation.Export("pasteboardWithName:create:")]
public static UIKit.UIPasteboard FromName (string name, bool create);
static member FromName : string * bool -> UIKit.UIPasteboard

Parameters

name
String
create
Boolean

Returns

Attributes

Applies to