I am looking for a way to add a header for each UIPickerView column (component). In all the examples that I saw, there are no names, because in general the meaning of the columns could be determined based on its order, content and context ... however, in my application it would be dangerous to confuse the columns, so I need to give their names.
Regards, Craig
source
share