I'm trying to get some of the text in "message" for my UIAlertView to be bold. Like this:
UIAlertView message: Header some text, new header some more text
I've tried with basic html formatting (since "/n" works for new line), but that doesn't work for me. Is there an easy way to get some of the text bold?
Of course, if there isn't i can always write a customized implementation for an alertview, but if there's an easier way i would appriciate if someone could tell me :)