Hi I am using picker view, by default it is selecting the first row. I don\'t want this option. For example I am having \"No\" and \"yes\" options.If i give this op
picker view
In the viewDidLoad add this line
viewDidLoad
[picker selectRow:**selectedRow** inComponent:0 animated:YES];
Note:selectedRow is the row number which you want to show as selected.