Simulator Screen Shot 2017年3月14日 上午11.29.23.png
解決
//指定列的寬度
- (CGFloat)pickerView:(UIPickerView *)pickerView widthForComponent:(NSInteger)component
{
// 寬度
return kScreenWidth/2;
}
解決
//指定列的寬度
- (CGFloat)pickerView:(UIPickerView *)pickerView widthForComponent:(NSInteger)component
{
// 寬度
return kScreenWidth/2;
}