真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

iOS給UILabel設(shè)置縮進(jìn)、行距、字體顏色-創(chuàng)新互聯(lián)

直接看代碼:

站在用戶的角度思考問題,與客戶深入溝通,找到都勻網(wǎng)站設(shè)計與都勻網(wǎng)站推廣的解決方案,憑借多年的經(jīng)驗,讓設(shè)計與互聯(lián)網(wǎng)技術(shù)結(jié)合,創(chuàng)造個性化、用戶體驗好的作品,建站類型包括:成都網(wǎng)站設(shè)計、成都做網(wǎng)站、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣、主機(jī)域名、雅安服務(wù)器托管、企業(yè)郵箱。業(yè)務(wù)覆蓋都勻地區(qū)。

   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"];

  //設(shè)置字體顏色

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

  //設(shè)置縮進(jìn)、行距

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

  style.headIndent = 30;//縮進(jìn)

  style.firstLineHeadIndent = 0;

  style.lineSpacing = 10;//行距

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

//------

//------

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

  //設(shè)置字體顏色

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

  //設(shè)置縮進(jìn)、行距

  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];

另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價比高”等特點(diǎn)與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。


新聞標(biāo)題:iOS給UILabel設(shè)置縮進(jìn)、行距、字體顏色-創(chuàng)新互聯(lián)
URL鏈接:http://weahome.cn/article/ghsgj.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部