reloadComponent(_:)
Reloads a particular component of the picker view.
Declaration
func reloadComponent(_ component: Int)Parameters
- component:
A zero-indexed number identifying a component of the picker view.
Discussion
Calling this method causes the picker view to query the delegate for new data for the given component.