I have created a .xib file and have added a UILabel
with attributed text. The contents of the label consists of 2 words - one is in regular font while the other word is bold.
The interface builder shows the label correctly as follows
However, when the app is run on the simulator, the following is shown-
Can anyone point out why this is happening?