My application build & run in iOS 5.x perfectly, but it crashes when I call selectRow:inComponent:animated:
method of UIPickerView
in iOS 6.
code :
[_pickerview selectRow:1 inComponent:0 animated:NO];
I know this method is not work in iOS6 when I googled it, but I want to know other method to do this effect?