Customizing UIPickerView (background and spacing)
问题 I would like to change the white background in a UIPickerView to an image of my own. Is this possible? Also, I have managed to get my UIPickerView to scroll horizontally instead of vertical. Now, I would like to know if there is any way to adjust the spacing between two rows of the picker view? I have attached an image to show what I mean. This is my code: - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view from its nib. arrayDays = [[NSMutableArray