Hello,
How to change the font size and style of the uipicker view of iphone. can any one suggest?
Thanks
Hello,
How to change the font size and style of the uipicker view of iphone. can any one suggest?
Thanks
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.