In IOS, how is it possible to make UIPickerview开发者_如何学JAVA start scrolling directly from the top? (or to put it differently, is it possible to remove the blank white areas from the top and bottom?) Thanks.
No, that is impossible until now.
But when your Xib is loaded and you want to ful fill your pickerview
then automatically scroll that.
[pickerView selectRow:4 inComponent:0 animated:YES];
精彩评论