Pergunta

Is it possible to reduce or change the font of the items of the UIPickerView?

Foi útil?

Solução

Implement pickerView:viewForRow:forComponent:reusingView: method in picker's delegate instead of pickerView:titleForRow:forComponent:. You'll be able to create UILabel object there and setup all necessary properties for it.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top