c# - MonoTouch - creating a UILabel that has both bold and plain text in single label -


can provide me simple example showing creation of uilabel has both bold , plain text in single label?

i have searched around , managed piece dramatically modifies uilabel's look, can't figure out how change parts of label...

surely can't difficult? imagine need create uilabel, use nsattributedstring text, , specify nsrange parts of want bold?

to clarify, using monotouch.

something this, although you'll need use more complicated set of attributes nsattributedstring

label.attributedtext = new nsattributedstring (     "label",      underlinestyle: nsunderlinestyle.single); 

Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -