NSMutableAttributedString *commentString = [[NSMutableAttributedString alloc] initWithString:@"Terms & Conditions"];
[commentString addAttribute:NSUnderlineStyleAttributeName value:[NSNumber numberWithInteger:NSUnderlineStyleSingle] range:NSMakeRange(0, [commentString length])];
[_m_btnTnC setAttributedTitle:commentString forState:UIControlStateNormal];
No comments:
Post a Comment