How to change font size in a pickerview?

Posted by user183804 on Stack Overflow See other posts from Stack Overflow or by user183804
Published on 2010-03-26T03:03:45Z Indexed on 2010/03/26 3:13 UTC
Read the original article Hit count: 297

I'm fairly new to iPhone programming and am trying to implement a double-component PickerView. At this point the picker works fine in terms of taking user input, created with Interface Builder. However, I need to change the font size to accommodate the text length in each column. I very much would appreciate any link to a straightforward method to creating a multi-component picker with an adjustable font size. Seems like it is not possible if Interface Builder is used to create the picker. So far I have not found any code links that address this issue in detail.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about cocoa-touch

Related posts about iphone-sdk-3.0