You will need to create your own view for each row of the collector. It is easy enough if it is just UIImageView and UILabel. You can then pass the view to your collector using this UIPickerViewDelegate method.
- (UIView *)pickerView:(UIPickerView *)pickerView viewForRow:(NSInteger)row forComponent:(NSInteger)component reusingView:(UIView *)view
source
share