我目前有一个UIPicker,我使用以下方法加载每行的图像:
- (UIView *)pickerView:(UIPickerView *)pickerView viewForRow:(NSInteger)row forComponent:(NSInteger)component reusingView:(UIView *)view
与使用UIPicker行中的文本的正常行为不同,使用图像时,我在图像上获得背景选择颜色(蓝色),并想知道是否有办法更改此颜色甚至取消它(可能设置颜色) to clearColor)。我尝试在imageView上使用highlightImage我正在返回,但这不起作用。
由于
答案 0 :(得分:7)
您是否尝试通过执行以下操作来关闭选择栏。
pickerView.showsSelectionIndicator = NO;
答案 1 :(得分:0)
http://developer.apple.com/library/ios/#samplecode/UICatalog/Introduction/Intro.html
查看此网站,该网站将指导创建自定义选择器的方法... 可以使用自定义创建来改变颜色