NSMutableAttributedString * string = [[NSMutableAttributedString alloc] initWithString:@"立即注册"];

    

    NSRange strRange = {0,[string length]};

    

    [string addAttribute:NSUnderlineStyleAttributeName value:[NSNumber numberWithInteger:NSUnderlineStyleSingle] range:strRange];

    [string addAttribute:NSForegroundColorAttributeName value:[UIColorlightGrayColor] range:strRange];

    [signButton setAttributedTitle:string forState:UIControlStateNormal];

posted on 2015-11-08 15:12  拿起放不下  阅读(265)  评论(0编辑  收藏  举报