Monday, February 7, 2011

How to set the font of UIToolBarItem

As far as I know, there is no easy way to directly set the font of (such as title etc.) UIToolBarItem. However, one can create a UILabel and use initWithCustomView method of UIToolBarItem to get works done. In this way, changing the font of a UIToolBarItem is just the matter of changing the font of UILabel.

No comments:

Post a Comment