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);