UIKit.UIPickerViewDelegate: Method Members

The methods of UIKit.UIPickerViewDelegate are listed below. For a list of all members, see the UIPickerViewDelegate Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

GetAttributedTitle(UIPickerView, nint, nint) : Foundation.NSAttributedString
Method invoked to get an attributed string for a particular component in the picker view.
GetComponentWidth(UIPickerView, nint) : nfloat
The width of the component at the specified index.
GetRowHeight(UIPickerView, nint) : nfloat
The height of the component at the specified index.
GetTitle(UIPickerView, nint, nint) : string
The title of the specified component in the specified row.
GetView(UIPickerView, UIView, nint, nint) : UIView
Retrieves the view for a given row and component. The last argument is the previously-used UIView, which is now hidden and cached.
Selected(UIPickerView, nint, nint)
Indicates that the user has selected a row in the component.