ios - Highlight words in UIAlertView? (with bold text) -


i want highlight words in uialertview message, either making bold, or, underline.

let message = "this normal text.\nbold title:\n normal text"  let alert = uialertview(title: "title", message: message, delegate: self, cancelbuttontitle: "cancel", otherbuttontitles: "ok")  alert.show() 

how make "bold title" bold (or underline) in message?

this not possible, uialertview api not support attributed strings, normal way accomplish this.


Comments

Popular posts from this blog

apache - setting document root in antoher partition on ubuntu -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -

Process 'command 'F:\android-sdk\build-tools\21.1.2\aapt.exe'' finished with non-zero exit value 1 -