Quote:
Originally Posted by gloubibou
Sorry, my mistake.
Cocoa != Cocoa Touch. You don't go subclassing UIButton to override drawRect:. You just add subviews to an existing UIButton.
|
Hi,
Can you share how you did it ?
I need to use a button with customisable text - for example - draw a title in bold font, and below it a description in smaller font.
Tried adding subviews but they dont seem to get redrawn...
TIA