Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

erdinc27

macrumors regular
Original poster
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 ?
 
There's no need for that specific method to fire. Just set the very first item in the data array as your selected object.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.