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
If you want to get this one by using UIPickerView then pass the first component of the picker view as a empty value,otherwise you can use custom pickerview.
[pickerArray addObject:@""];//first element of the picker component.