views:

29

answers:

1

Hello,

How to change the font size and style of the uipicker view of iphone. can any one suggest?

Thanks

A: 

In UIPickerView's delegate you can implement pickerView:viewForRow:forComponent:reusingView: method and return UILabel object from it with any font you want (and other parameters) specified.

Vladimir