PHPhotoLibrary_PhotosUISupport.PresentLimitedLibraryPicker Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| PresentLimitedLibraryPicker(PHPhotoLibrary, UIViewController) | |
| PresentLimitedLibraryPicker(PHPhotoLibrary, UIViewController, Action<String[]>) |
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
- This
- PHPhotoLibrary
- 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
- This
- PHPhotoLibrary
- controller
- UIViewController
- Attributes