Share via


UIPickerView.ViewFor(IntPtr, IntPtr) Method

Definition

The UIView for the specified row and component.

[Foundation.Export("viewForRow:forComponent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIView ViewFor(IntPtr row, IntPtr component);
[<Foundation.Export("viewForRow:forComponent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ViewFor : nativeint * nativeint -> UIKit.UIView
override this.ViewFor : nativeint * nativeint -> UIKit.UIView

Parameters

row
IntPtr

nativeint

component
IntPtr

nativeint

Returns

Attributes

Applies to