I think I have found a bug in the iOS 7 Simulat
This Worked for me
//Swift let underlineAttribute = [NSUnderlineStyleAttributeName:NSNumber(int: 1)]; lblMessage.attributedText = NSAttributedString(string: "Your text", attributes: underlineAttribute) //Am33t