PHPhotoLibrary_PhotosUISupport.PresentLimitedLibraryPicker Method

Definition

Overloads

PresentLimitedLibraryPicker(PHPhotoLibrary, UIViewController)

[Foundation.Export("presentLimitedLibraryPickerFromViewController:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void PresentLimitedLibraryPicker(this Photos.PHPhotoLibrary This, UIKit.UIViewController controller);
[<Foundation.Export("presentLimitedLibraryPickerFromViewController:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member PresentLimitedLibraryPicker : Photos.PHPhotoLibrary * UIKit.UIViewController -> unit

Parameters

controller
UIViewController
Attributes

Applies to

PresentLimitedLibraryPicker(PHPhotoLibrary, UIViewController, Action<String[]>)

[Foundation.Export("presentLimitedLibraryPickerFromViewController:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void PresentLimitedLibraryPicker(this Photos.PHPhotoLibrary This, UIKit.UIViewController controller, Action<string[]> completionHandler);
[<Foundation.Export("presentLimitedLibraryPickerFromViewController:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member PresentLimitedLibraryPicker : Photos.PHPhotoLibrary * UIKit.UIViewController * Action<string[]> -> unit

Parameters

controller
UIViewController
completionHandler
Action<String[]>
Attributes

Applies to