UIPickerView.ViewFor(nint, nint) Method

Definition

The UIView for the specified row and component.

[Foundation.Export("viewForRow:forComponent:")]
public virtual UIKit.UIView ViewFor (nint row, nint component);
abstract member ViewFor : nint * nint -> UIKit.UIView
override this.ViewFor : nint * nint -> UIKit.UIView

Parameters

row
System.System.IntPtr System.nativeint
component
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to