[pickerView.subviews objectAtIndex:1].layer.borderWidth = 0.5f;
[pickerView.subviews objectAtIndex:2].layer.borderWidth = 0.5f;
[pickerView.subviews objectAtIndex:1].layer.borderColor = [UIColor redColor].CGColor;
[pickerView.subviews objectAtIndex:2].layer.borderColor = [UIColor redColor].CGColor;
1万+

被折叠的 条评论
为什么被折叠?



