Custom UIPicker
问题 I have been working on the app, that has 3 uipickers. I want to implement images in each uipicker. However as seen in the image attached below, it just affects only one uipicker, not all of them.I would like to know how I could able to custom all uipicker elements shown in the image - (void)loadView { picker1 = [[UIPickerView alloc] initWithFrame:CGRectMake(30, 200, 250, 250)]; picker1.delegate = self; picker1.dataSource = self; picker1.showsSelectionIndicator = YES; picker1.tag=1; picker2 =