Change font type and size of UIActionSheet title string

Viewed 23159

I have a UIActionSheet with title string "DO: These tasks". In the title string, the substring "DO:" should be Bold(with a particular font size) and the substring "These tasks" should be Regular. Is it possible? How can I do this?

6 Answers
Related