I want to add some array that containing mints to UIPickerView, I want to see my output like below,
1 minute
2 minutes
3 minutes
4 minutes
5 minutes
……..
……..
1140 minutes
how can I, I have an array stored value from 1 to 1140, but want to display on UIPickerView with ‘minutes’ written beside digits,
1 Answer