I want to display text in italic in UIAlertView
. I would like to know how to do so.
I am currently thinking as follows:- There is no explicit label in an alert view. So we cannot set the font attribute. We just have an NSString
in the message parameter of UIAlertView
Correct me if I am wrong.
So is there any solution or alternative?