有没有人知道我可以将我的选择器设置为默认/启动的方式,其行值不是在数据源的开头?如果可能的话,我希望选择器以中间值开头,这样我就不会在顶部看到空白区域。
在viewDidLoad中添加了以下行,这些行似乎是在构建UI时调用这些行的最佳位置。
[doublePicker selectRow:2 inComponent:kCoffeeIndex animated:NO];
[doublePicker selectRow:2 inComponent:kCakeIndex animated:NO];
加里
答案 0 :(得分:1)
使用-selectRow:inComponent:animated:for this。