How do I create a UISegmentedControl with different font in each segment?
I know I can use setTitleTextAttributes: forState:, but this sets the same font for all buttons at once.
I'm trying to create something like this:

thanks
|
How do I create a UISegmentedControl with different font in each segment?
I know I can use thanks |
|||
|
|
|
You should use Take a look at this link : http://developer.apple.com/library/ios/#documentation/uikit/reference/NSString_UIKit_Additions/Reference/Reference.html |
|||||||||
|