更改UIPickerView的背景颜色

时间:2012-06-19 10:45:41

标签: iphone ios xcode uipickerview background-color

我想用红色到蓝色的渐变(温度:热到冷)更改拾取器内“桶”的颜色。

我可以用-(UIView*)pickerView:(UIPickerView*)pickerView viewForRow:(NSInteger)row forComponent:(NSInteger)component reusingView:(UIView*)view

逐段绘制渐变

然后,第一行和最后一行的空间是什么?

有更好的方法吗?或者是否可以直接操纵“桶”?

0 个答案:

没有答案