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

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -