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

溫馨提示×

溫馨提示×

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

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

iOS給UILabel設置縮進、行距、字體顏色

發布時間:2020-07-18 23:39:23 來源:網絡 閱讀:20502 作者:無名小卒 欄目:移動開發

直接看代碼:

    UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(10, 70, 300, 200)];

    label.numberOfLines = 0;

    label.backgroundColor = [UIColor colorWithRed:235/255.0 green:235/255.0 blue:235/255.0 alpha:1];

    

//------

    NSMutableAttributedString *text = [[NSMutableAttributedString alloc] initWithString:@"1321313123211273127318273819273817381738713712837173812731837128371297319737131719371273187328193721731793\n"];

    

    //設置字體顏色

    [text addAttribute:NSForegroundColorAttributeName value:[UIColor redColor] range:NSMakeRange(0, text.length)];

    

    //設置縮進、行距

    NSMutableParagraphStyle *style = [[NSMutableParagraphStyle alloc] init];

    style.headIndent = 30;//縮進

    style.firstLineHeadIndent = 0;

    style.lineSpacing = 10;//行距

    [text addAttribute:NSParagraphStyleAttributeName value:style range:NSMakeRange(0, text.length)];

//------

    

    

    

//------

    NSMutableAttributedString *text2 = [[NSMutableAttributedString alloc] initWithString:@"eqeqeuqoeuquequeqeqwuequeqoueqowueqoueqoshfkahfksdafhkalhfkdshf"];

    //設置字體顏色

    [text2 addAttribute:NSForegroundColorAttributeName value:[UIColor blueColor] range:NSMakeRange(0, text2.length)];

    

    //設置縮進、行距

    NSMutableParagraphStyle *style2 = [[NSMutableParagraphStyle alloc] init];

    style2.headIndent = 0;

    style2.firstLineHeadIndent = 20;

    style2.lineSpacing = 5;

    [text2 addAttribute:NSParagraphStyleAttributeName value:style2 range:NSMakeRange(0, text2.length)];

//------

    

    [text appendAttributedString:text2];

    

    label.attributedText = text;

    [self.view addSubview:label];



向AI問一下細節

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

AI

呼伦贝尔市| 乡城县| 定襄县| 定兴县| 公主岭市| 浦城县| 桂阳县| 新乡县| 岳池县| 利川市| 邳州市| 封开县| 张家港市| 长垣县| 乡城县| 五原县| 永定县| 文化| 涪陵区| 吉木乃县| 宕昌县| 桦川县| 淳安县| 灌云县| 视频| 阜宁县| 舞阳县| 青州市| 尉犁县| 平遥县| 九台市| 青铜峡市| 太白县| 桂林市| 绍兴市| 互助| 沁源县| 江华| 潢川县| 馆陶县| 浦北县|