You must call the viewer Select Method:
pickerView.Select(1, 0, true);
This will select the second row (index 1) of the first component (index 0). Boolean for the animation of the selection or not.
See the documentation .
Dimitris tavlikos
source share