91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

iOS 文字下劃線

發布時間:2020-06-29 22:21:10 來源:網絡 閱讀:3694 作者:chenjohney 欄目:移動開發

設置UITextView,UILabel 中的文字加下劃線


//添加下劃線
-(NSAttributedString*) getAttributedString:(NSAttributedString*) attributedString isUnderline:(BOOL) isUnderline
{
    NSNumber *valuUnderline = [NSNumbernumberWithBool:isUnderline];
    NSRange rangeAll = NSMakeRange(0, attributedString.string.length);
    NSMutableAttributedString *as = [attributedString mutableCopy];
    [as beginEditing];
    [as addAttribute:NSUnderlineStyleAttributeNamevalue:valuUnderline range:rangeAll];
    [as endEditing];
    return as;
}


使用

textView.attributedText = [self getAttributedString:_mainTextView.attributedText isUnderline:YES];
label.attributedText =  [self getAttributedString:_mainTextView.attributedText isUnderline:YES];



向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

图木舒克市| 富平县| 伊金霍洛旗| 泾川县| 施甸县| 双牌县| 安义县| 肃宁县| 彰武县| 拉孜县| 无为县| 兰坪| 庆元县| 东兰县| 大荔县| 哈尔滨市| 林芝县| 于田县| 历史| 秦皇岛市| 安图县| 全椒县| 东台市| 通许县| 扶绥县| 新沂市| 琼中| 扬州市| 买车| 新民市| 兴城市| 安福县| 孟村| 威信县| 利辛县| 禄劝| 阜新市| 遵义县| 峨边| 淳安县| 莱芜市|