iOS7 UIPickerView doesn't properly display custom views with images
问题 This issue started happening in iOS7 with the new UIPickerView controller. To use images in your UIPickerView controller you must use the delegate method to return an image: pickerView:viewForRow:forComponent:reusingView: The problem is that the screen subsequently exhibits all kinds of strange behavior - the image views disappear as you move your finger up and down the control. 回答1: This is a solution posted on a dev forum which works as of iOS 7.0.2: - (UIView *)pickerView:(UIPickerView *