I want to select first row from UIPickerView when it is displayed on the screen.
But what i want to do is the user will not even touch the picker view. I try to select first row but
didSelectItemAtIndexPath is not fired. Because picker view didnt move. So how can i select the first row of picker View ?
But what i want to do is the user will not even touch the picker view. I try to select first row but
didSelectItemAtIndexPath is not fired. Because picker view didnt move. So how can i select the first row of picker View ?